From c01ea131fa287121cfec0f21902ad02137a0929c Mon Sep 17 00:00:00 2001 From: Valter Ferreira Date: Sat, 12 Feb 2022 16:17:21 +0000 Subject: [PATCH] add homekit and remove mqtt gate --- configuration.yaml | 2 ++ cover.yaml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index ef0ec4f..550388c 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -75,3 +75,5 @@ utility_meter: energy: source: sensor.energy_aqua_hoje cycle: hourly + +homekit: \ No newline at end of file diff --git a/cover.yaml b/cover.yaml index 6f7f352..24e21b4 100755 --- a/cover.yaml +++ b/cover.yaml @@ -1,13 +1,13 @@ - - platform: mqtt - name: "Portao Garagem" - state_topic: "garageGate/state" - command_topic: "garageGate/cmd" - qos: 1 - #payload_open: "push" - #payload_close: "push" - #payload_stop: "push" - state_open: "ope" - state_closed: "close" - optimistic: true - retain: true - device_class: garage \ No newline at end of file +# - platform: mqtt +# name: "Portao Garagem" +# state_topic: "garageGate/state" +# command_topic: "garageGate/cmd" +# qos: 1 +#payload_open: "push" +#payload_close: "push" +#payload_stop: "push" +# state_open: "ope" +# state_closed: "close" +# optimistic: true +# retain: true +# device_class: garage