good night script
This commit is contained in:
parent
0c60282a4f
commit
99ef3a90a3
|
|
@ -0,0 +1,26 @@
|
||||||
|
# https://www.home-assistant.io/integrations/script
|
||||||
|
alias: Gute Nacht Skript
|
||||||
|
sequence:
|
||||||
|
- service: light.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: light.attic_ceiling_spots
|
||||||
|
data:
|
||||||
|
brightness: 130
|
||||||
|
rgb_color: [255,0,0]
|
||||||
|
- service: switch.turn_off
|
||||||
|
target:
|
||||||
|
entity_id: switch.metered_wall_plug_switch_node4
|
||||||
|
- delay:
|
||||||
|
# supports seconds, milliseconds, minutes, hours
|
||||||
|
minutes: 3
|
||||||
|
- service: scene.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: scene.schalfenszeit
|
||||||
|
mode: single
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
# https://www.home-assistant.io/integrations/script
|
||||||
alias: Telegram Test1
|
alias: Telegram Test1
|
||||||
sequence:
|
sequence:
|
||||||
- service: telegram_bot.send_message
|
- service: telegram_bot.send_message
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue