diff --git a/cover.yaml b/cover.yaml index 08d76a7..fff16d9 100755 --- a/cover.yaml +++ b/cover.yaml @@ -26,4 +26,20 @@ payload_stop: "stop" position_open: 100 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 \ No newline at end of file