Robert Ramięga
Robert Ramięga
I'm having same problem running ghcr.io/home-assistant/home-assistant:2022.10.3 Had to revert to 2022.9 to make it work again
I had same issue and came up with some simple solution. Have a look at https://github.com/NameLessJedi/localtuya-homeassistant (I've got this running for last 2 days) @mileperhour I'll create pull-request later on
@mileperhour glad you liked it :) Unfortunately can't really help with RGB. I've got only tuya plugs. (all bulbs I have are yeelights and at this moment I don't need...
It's typo. It should look like this: ``` switch: - platform: localtyua host: 192.168.1.1 local_key: 12345 device_id: 12345 switches: some_switch1: id: 1 friendly_name: Some Switch 1 switch2: id: 2 ```...
Awsome. Will check that out in next few days. THX