Using Alarm States to turn on Lights #307
Answered
by
leikoilja
T3SSERACT2
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
leikoilja
Aug 14, 2021
Replies: 1 comment 1 reply
-
Yes, it should be totally possible, @T3SSERACT2 :) - id: '1616699223824'
alias: Wake-up light alarm with sunrise effect
description: ''
use_blueprint:
path: sbyx/wake-up-light-alarm-with-sunrise-effect.yaml
input:
manual_time: '7:00:00'
light_entity: light.bedroom_lights
timestamp_sensor: sensor.bedroom_speaker_alarms
sunrise_duration: 20
post_sunrise_actions:
- scene: scene.active where the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
T3SSERACT2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it should be totally possible, @T3SSERACT2 :)
I am running this automation blueprint with a config like that for example
where the
timestamp_sensor
is my Google Home alarm entity :)