added cover QPrincipal
This commit is contained in:
16
cover.yaml
16
cover.yaml
@@ -11,3 +11,19 @@
|
|||||||
optimistic: true
|
optimistic: true
|
||||||
retain: true
|
retain: true
|
||||||
device_class: garage
|
device_class: garage
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Estores QPrincipal"
|
||||||
|
state_topic: "shellies/coverQPrincipal/roller/0"
|
||||||
|
command_topic: "shellies/coverQPrincipal/roller/0/command"
|
||||||
|
position_topic: "shellies/coverQPrincipal/roller/0/pos"
|
||||||
|
set_position_topic: "shellies/coverQPrincipal/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
|
||||||
Reference in New Issue
Block a user