From 7c6e8f6bd3249a91d44e0fb9f0b13d893a0f7943 Mon Sep 17 00:00:00 2001 From: Valter Ferreira Date: Wed, 24 Feb 2021 14:13:01 +0000 Subject: [PATCH] added cover Cozinha --- cover.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cover.yaml b/cover.yaml index fff16d9..35732ea 100755 --- a/cover.yaml +++ b/cover.yaml @@ -42,4 +42,20 @@ payload_stop: "stop" position_open: 100 position_closed: 0 + optimistic: false + - platform: mqtt + name: "Estores Cozinha" + state_topic: "shellies/coverCozinha/roller/0" + command_topic: "shellies/coverCozinha/roller/0/command" + position_topic: "shellies/coverCozinha/roller/0/pos" + set_position_topic: "shellies/coverCozinha/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