Hi.
I have a working Orvibo S20 switch on a fixed IP that is also getting discovered as a flux_led light.
In my logs I see:
[homeassistant.components.switch.orvibo] Initialized S20 at 192.168.1.58
...
Found new service: flux_led ('192.168.1.58', 'ACCF232A0C2A', 'HF-LPB100')
My orvibo config (if that matters) is:
- platform: orvibo
discovery: false
switches:
- host: 192.168.1.58
mac: ...
name: Raspberry Pi Power
I can hide the new, fake, unresponsive (of course) light in customize section, but I’d rather not have to do that, and it still shows up in the iOS app.
Any ideas what’s happening and how to stop it?