anishsane

Results 33 comments of anishsane

Hi @AdityaDarke2, can you please update the description of your PR? This PR is actually about the updated code for using variant playlist format, rather than hosting it elsewhere. I...

Do you know if we can use the GPIO0/1/2 pins? They are used to enter bootloader mode etc. They must not be pulled low at the time of power on....

Since you have already done this, may I suggest a change to add a footer as well? (setCustomFooterElement) I am currently using a hack to add a footer using javascript...

I understand that the protocol specifications as per many google search links: [1](https://www.sbprojects.net/knowledge/ir/rc6.php), [2](https://blog.snrlab.in/8051/rc-6-protocol-and-interfacing-with-microcontroller/), [3](https://www.pcbheaven.com/userpages/The_Philips_RC6_Protocol/) suggest that the standard RC6 protocol is 20 bits. However, there seems to be a...

I accidentally renamed the branch used for creating the [original PR](https://github.com/home-assistant/core/pull/135706) while trying to rebase to TOT. Thus, the original PR got closed. So, creating a fresh PR instead. Apologies...

> @anishsane I've merged your PR on hatasmota fixing the discovery message handling and opened a PR on home assistant core bumping the library. However, how come the tests in...

I have not checked your home-assistant/core PR, if any, but I hope this feature is configurable and we can permanently ignore the update if required. We use custom firmware for...

I was just about to open the same issue request. And yes, it is possible to 'reuse' the same cookie and launch `openconnect` binary with that. The cookie was set...

I just realized that the cookie used for `sso_token` is created with immediate expiry. (time since epoch = 0). Maybe there is a way to request the expiry date from...