home_assistant/automations.yaml

19 lines
447 B
YAML

- 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