From b0197f421c59ec51292206ca4783d2e0f588ab56 Mon Sep 17 00:00:00 2001 From: valte Date: Sat, 20 Feb 2021 01:10:11 +0000 Subject: [PATCH] added Escritorio --- cover.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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