Files
homeassistant-prod/covers/bedroom.yaml
2026-05-06 19:08:12 +02:00

33 lines
945 B
YAML
Executable File

- platform: mqtt
name: bedroom_cover_r
command_topic: "shellies/shelly2pmg4-ccba97d54bd4/roller/0/command"
position_topic: "shellies/shelly2pmg4-ccba97d54bd4/roller/0/pos"
set_position_topic: "shellies/shelly2pmg4-ccba97d54bd4/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