Hi, Sorry for having to post this I’ve hunted till my eyes hurt but so far no luck.
I’m trying to find a blueprint for a automation which will let me set a bulb to red if motion is detected between 23:00 & 6:00.
Got one which will do everything apart from set the colour of the bulb, tried editing the YMAL myself but not really knowing what I’m doing it hasn’t worked. help?
alias: Downstairs Night Motion
description: ""
use_blueprint:
path: rvdlee/timed_motion_light_plus_light_strength.yaml
input:
motion_entity: binary_sensor.downstairs_motion_sensor_iaszone
light_target:
entity_id: light.downstairs_bulb
light_strength: 1
rgb_color:
- 255
- 0
- 0
time_from: "22:30:00"
no_motion_wait: 300
Thanks.