Re-estructuración de persianas
Cambio desde packages a covers
This commit is contained in:
20
packages/cover/salon_piscina.yaml
Normal file
20
packages/cover/salon_piscina.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
cover:
|
||||
- platform: mqtt
|
||||
name: "Persiana Salón Piscina"
|
||||
state_topic: "shellies/shellyswitch25-74552E/roller/0"
|
||||
command_topic: "shellies/shellyswitch25-74552E/roller/0/command"
|
||||
position_topic: "shellies/shellyswitch25-74552E/roller/0/pos"
|
||||
set_position_topic: "shellies/shellyswitch25-74552E/roller/0/command/pos"
|
||||
availability_topic: "shellies/shellyswitch25-74552E/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
|
||||
Reference in New Issue
Block a user