Replies: 5 comments 8 replies
-
Documentation needs an update 🫣 |
Beta Was this translation helpful? Give feedback.
-
The hadiscovery should handle most power states automatically, but it looks like yours is standby and on which could throw things off. Is it on off and standby in the devices.json or just standby/on? Because it's a common entity (powerrstate) it's probably best handled using the override yaml file to set the correct values. I'll see if I can put. Sample together for you to test. |
Beta Was this translation helpful? Give feedback.
-
It should already be auto discovered? Just maybe not as a switch but as a enum? Have you got the HA auto discovery enabled in the config? |
Beta Was this translation helpful? Give feedback.
-
We could do a check for off or standby |
Beta Was this translation helpful? Give feedback.
-
It should be fine with the dryer, because it only becomes a binary switch if there are two options due to the length check. The dryer will remain a select control. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to integrate my oven into Home Assistant and I am looking at the wiki to find out to turn it off and on.
This is the example from the wiki I adopted:
And this is how it turned out. It works, which is great.
But it's so different from the yaml provided in the wiki that I am not sure that I made a mistake somewhere even though it works?
Since both devices use the same app shouldn't the topics be called the same and be in the same formet? I am not getting a json back for example.
This is what the

state
topic looks like in MQTT Explorer:Beta Was this translation helpful? Give feedback.
All reactions