22 lines
688 B
YAML
22 lines
688 B
YAML
cover:
|
|
- platform: mqtt
|
|
name: "Persiana Salón Fase Dos"
|
|
state_topic: "shellies/shellyswitch25-745590/roller/0"
|
|
command_topic: "shellies/shellyswitch25-745590/roller/0/command"
|
|
position_topic: "shellies/shellyswitch25-745590/roller/0/pos"
|
|
set_position_topic: "shellies/shellyswitch25-745590/roller/0/command/pos"
|
|
availability_topic: "shellies/shellyswitch25-745590/online"
|
|
state_open: "open"
|
|
state_closed: "close"
|
|
payload_available: "true"
|
|
payload_not_available: "false"
|
|
retain: false
|
|
optimistic: false
|
|
payload_open: "open"
|
|
payload_close: "close"
|
|
payload_stop: "stop"
|
|
position_open: 100
|
|
position_closed: 0
|
|
qos: 0
|
|
|