After upgrade from 2021.12 to 2022.5 (and 2022.5 - same effect) some Switches changed from accustomed toggle to
Declaration of same entities in config.yaml:
# Shelly SwimpoolBoiler switch
- platform: mqtt
name: "SwimpoolBoiler"
state_topic: "shellies/shelly1pm-E09806A9F1F8/relay/0"
command_topic: "shellies/shelly1pm-E09806A9F1F8/relay/0/command"
payload_on: "on"
payload_off: "off"
# Shelly SwimpoolProjector switch
- platform: mqtt
name: "SwimpoolProjector "
state_topic: "shellies/shelly1l-E8DB84A1B187/relay/0"
command_topic: "shellies/shelly1l-E8DB84A1B187/relay/0/command"
payload_on: "on"
payload_off: "off"
The former changed to 2-button switch, while the latter remains in toggle style.
Can’t find out the reason, please help to sort it out.
1 post - 1 participant