Files
homeassistant-prod/covers/bedroom.yaml
Bastian Schnorbus 546cedc190 savegame 2023-11-18
2023-11-18 14:51:50 +01:00

33 lines
936 B
YAML

- platform: mqtt
name: bedroom_cover_r
command_topic: "shellies/shellyswitch25-76D19E/roller/0/command"
position_topic: "shellies/shellyswitch25-76D19E/roller/0/pos"
set_position_topic: "shellies/shellyswitch25-76D19E/roller/0/command/pos"
payload_available: "true"
payload_not_available: "false"
qos: 1
retain: false
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
position_open: 100
position_closed: 0
optimistic: false
- platform: mqtt
name: bedroom_cover_l
command_topic: "shellies/shellyswitch25-C4C361/roller/0/command"
position_topic: "shellies/shellyswitch25-C4C361/roller/0/pos"
set_position_topic: "shellies/shellyswitch25-C4C361/roller/0/command/pos"
payload_available: "true"
payload_not_available: "false"
qos: 1
retain: false
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
position_open: 100
position_closed: 0
optimistic: false