naming of automation
This commit is contained in:
parent
b47719b3be
commit
0c60282a4f
|
|
@ -1,18 +1 @@
|
||||||
- id: '1635708587790'
|
[]
|
||||||
alias: Außenbeleuchtung einschalten
|
|
||||||
description: ''
|
|
||||||
trigger:
|
|
||||||
- platform: sun
|
|
||||||
event: sunset
|
|
||||||
offset: -00:30:00
|
|
||||||
condition:
|
|
||||||
- condition: time
|
|
||||||
before: '22:00'
|
|
||||||
action:
|
|
||||||
- service: telegram_bot.send_message
|
|
||||||
data:
|
|
||||||
title: Sonnenuntergang
|
|
||||||
message: Außenbeleuchtung wird eingeschaltet {"message":"Darksky:{{states('sun.sun')}}"}
|
|
||||||
target: -391668323
|
|
||||||
message_tag: ''
|
|
||||||
mode: single
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# https://www.home-assistant.io/docs/automation/trigger/#time-trigger
|
# https://www.home-assistant.io/docs/automation/trigger/#time-trigger
|
||||||
description: Exterior Lights off
|
description: Außenbeleuchtung ausschalten, wenn es Nacht wird
|
||||||
alias: Exterior Lighting off when it's late
|
alias: Außenbeleuchtung ausschalten
|
||||||
id: 25c5b56a-7543-4e76-8cf5-f3127afe9286
|
id: 25c5b56a-7543-4e76-8cf5-f3127afe9286
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# https://www.home-assistant.io/docs/automation/trigger/#sun-trigger
|
# https://www.home-assistant.io/docs/automation/trigger/#sun-trigger
|
||||||
description: Exterior Lights on
|
description: Außenbeleuchtung einschalten, wenn es dunkel wird
|
||||||
alias: Exterior Lighting on when dark outside
|
alias: Außenbeleuchtung einschalten
|
||||||
id: 809a026b-9996-4cd8-b47c-c709d6173d16
|
id: 809a026b-9996-4cd8-b47c-c709d6173d16
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
Loading…
Reference in New Issue