added Escritorio
This commit is contained in:
16
cover.yaml
16
cover.yaml
@@ -26,4 +26,20 @@
|
|||||||
payload_stop: "stop"
|
payload_stop: "stop"
|
||||||
position_open: 100
|
position_open: 100
|
||||||
position_closed: 0
|
position_closed: 0
|
||||||
|
optimistic: false
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Estores Escritorio"
|
||||||
|
state_topic: "shellies/coverEscritorio/roller/0"
|
||||||
|
command_topic: "shellies/coverEscritorio/roller/0/command"
|
||||||
|
position_topic: "shellies/coverEscritorio/roller/0/pos"
|
||||||
|
set_position_topic: "shellies/coverEscritorio/roller/0/command/pos"
|
||||||
|
payload_available: "true"
|
||||||
|
payload_not_available: "false"
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
payload_open: "open"
|
||||||
|
payload_close: "close"
|
||||||
|
payload_stop: "stop"
|
||||||
|
position_open: 100
|
||||||
|
position_closed: 0
|
||||||
optimistic: false
|
optimistic: false
|
||||||
Reference in New Issue
Block a user