Re-estructuración de persianas

Cambio desde packages a covers
This commit is contained in:
dfcarvajal
2019-06-19 06:37:21 +00:00
parent 333eefb3d8
commit 02c9309fa6
7 changed files with 121 additions and 120 deletions

View File

@@ -0,0 +1,20 @@
cover:
- platform: mqtt
name: "Persiana Habitación Mia"
state_topic: "shellies/shellyswitch25-74595B/roller/0"
command_topic: "shellies/shellyswitch25-74595B/roller/0/command"
position_topic: "shellies/shellyswitch25-74595B/roller/0/pos"
set_position_topic: "shellies/shellyswitch25-74595B/roller/0/command/pos"
availability_topic: "shellies/shellyswitch25-74595B/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