Backup of latest home assistant scripts

This commit is contained in:
2024-11-10 10:31:10 +01:00
parent 8224226483
commit 5785a98d1c
8 changed files with 409 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ globals:
#2 = closed, assume the garage is closed
mqtt:
broker: 192.168.178.76
broker: 192.168.178.36
port: 1884
username: nils
password: inginf95
@@ -94,7 +94,7 @@ text_sensor:
then:
- mqtt.publish:
topic: stat/Garage/status
payload: "Garage soll ge<EFBFBD>ffnet werden"
payload: "Garage soll geöffnet werden"
- if:
condition:
lambda: 'return (id(GarageStatus)==2);'