Aron Brown
Aron Brown
@jacobmarshall This does work but the documentation fails to mention that you have to add the class to the CSS yourself. (Bootstrap doesn't have a .pointer-cursor class) @brynzky You have...
I am having a similar issue with my Sonoff Micro. In local only, sending on/off commands will trigger the device to turn on/off, but home assistant will not update the...
I just noticed something strange today while debugging mDNS on my network (to make sure the issue wasn't with me) If I enable "local mode" I get this: ``` 2022-06-21...
I modified the async_update_records() function in core/ewelink/local.py to log the {records} object at the beginning of the loop. This is what I see when the integration first starts out: ```...
I believe the issue is because the integration is attempting to use the IPaddress as the host in the message dispatcher. Rather than the FQDN of the device in my...
So, I have a **possibly very stupid fix** that seems to work for me. **Your mileage may vary**, as I only have a single sonoff device right now, and I...
Okay I solved my lazyness problem. Here is a _slightly_ less stupid fix that works for me. I basically did the "more appropriate fix" I mentioned above. Again **your milleage...
@Seemone , @AdmiralStipe I am not the maintainer, I was hesitant to put in a PR because I only have 1 sonoff device with no way of checking that it...
Good to hear. My suspicion is that the Micro's don't broadcast their IP Address (A Record) as often as other Sonoff devices, or that the timeouts are different. Which causes...
@AlexxIT I somewhat disagree. Sonoff devices are designed to work with MDNS, and the entire point of MDNS is so you don't have to know the devices IP Address. Most...