Skip to content
Snippets Groups Projects

improved automations

Merged matt requested to merge (removed):matt-master-patch-57796 into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
@@ -59,7 +59,7 @@ binary_sensor:
host: TL-SG3452X
name: "Switch02"
count: 3
scan_interval: 5
scan_interval: 20
# https://www.home-assistant.io/integrations/rest_command/
rest_command:
@@ -96,7 +96,7 @@ input_select:
- closed
icon: mdi:door-open
# current time for
# current time for zonenstatus telegram
sensor:
- platform: time_date
display_options:
@@ -142,7 +142,7 @@ automation ansible:
option: closed
target:
entity_id: input_select.zonenstatus
mode: single
mode: restart
# send zonenstatus to MQTT, REST
- alias: ANSIBLE_zonenstatus_send_MQTT_REST
@@ -175,7 +175,7 @@ automation ansible:
payload: CLOSED
- service: rest_command.set_zone_status_closed
data: {}
mode: single
mode: restart
# send zonenstatus to telegram
- alias: ANSIBLE_zonenstatus_send_telegram
@@ -207,4 +207,4 @@ automation ansible:
target: -1001893089134
timeout: 30
message: Die warpzone ist seit {{ '{{' }} states('sensor.time') {{ '}}' }} geschlossen!
mode: single
mode: restart
Loading