@MicKet1 wrote:
I add the following basic lines to my configuration.yaml file:
switch:
- platform: mqtt
command_topic: "/house/switch1/command"
This works fine; I see a switch entity in the Lovelace UI:
If I add one extra optional variable, like this:
switch:
- platform: mqtt
command_topic: "/house/switch1/command"
state_topic: "/house/switch1/state"
I always get the message:
Entity not available: switch.mqtt_switchIt had always worked fine in a previous version, but it is broken now.
My current version is: Home Assistant 0.107.0.dev20200311Hopefully someone is familiar with this problem and can help me out here.
Posts: 1
Participants: 1