add homekit and remove mqtt gate
This commit is contained in:
@@ -75,3 +75,5 @@ utility_meter:
|
|||||||
energy:
|
energy:
|
||||||
source: sensor.energy_aqua_hoje
|
source: sensor.energy_aqua_hoje
|
||||||
cycle: hourly
|
cycle: hourly
|
||||||
|
|
||||||
|
homekit:
|
||||||
26
cover.yaml
26
cover.yaml
@@ -1,13 +1,13 @@
|
|||||||
- platform: mqtt
|
# - platform: mqtt
|
||||||
name: "Portao Garagem"
|
# name: "Portao Garagem"
|
||||||
state_topic: "garageGate/state"
|
# state_topic: "garageGate/state"
|
||||||
command_topic: "garageGate/cmd"
|
# command_topic: "garageGate/cmd"
|
||||||
qos: 1
|
# qos: 1
|
||||||
#payload_open: "push"
|
#payload_open: "push"
|
||||||
#payload_close: "push"
|
#payload_close: "push"
|
||||||
#payload_stop: "push"
|
#payload_stop: "push"
|
||||||
state_open: "ope"
|
# state_open: "ope"
|
||||||
state_closed: "close"
|
# state_closed: "close"
|
||||||
optimistic: true
|
# optimistic: true
|
||||||
retain: true
|
# retain: true
|
||||||
device_class: garage
|
# device_class: garage
|
||||||
|
|||||||
Reference in New Issue
Block a user