Jason Rumney
                                            Jason Rumney
                                        
                                    OK, I see now. There is an error in specifying the conditions for hvac_action - it has a default case, but conditions do not actually support that. It seems to...
Sorry, but I cannot tell anything from that. Please attach diagnostics as before.
This has been solved in the fork mentioned in #1581, pending pull request.
It seems like unnecessary bloat to add a completely different protocol to this integration. It would probably be better as a separate integration.
Please update the title to clearly identify the device you are requesting to add (brand and model name for example)
There may be a timing issue in bringing up the device with the new config. I'll see if there is any way to wait for the device to stop completely...
I haven't investigated yet. Probably there is something the integration can do, but it seems that for a "local push" integration, Home Assistant is expecting the integration to handle any...
I guess these devices are single local connection devices (lightbulbs and sometimes sockets are typically single connection, others typically allow 3 local connections before refusing), and somehow the original connection...
Platform tuya is not my responsibility.
Won't fix: looking at the HA implementation, it requires the list to be immutable, and set at class level, not in each instance. So it cannot be applied as a...