Hello,
Just added an automation for some motion activated lights via a blueprint:
alias: Living Room Lights
description: ""
use_blueprint:
path: homeassistant/motion_light.yaml
input:
motion_entity: binary_sensor.smartsensor_occupancy
light_target:
entity_id:
- light.kajplats_e26_cws_globe_1100lm
- light.kajplats_e26_cws_globe_1100lm_2
- light.kajplats_e26_cws_globe_1100lm_3
no_motion_wait: 300
However I would also like to add a condition like 'only after sun is down' I am not sure the met.no weather service I am using has this, but I have seen this condition used in HA in a few places (but don't recall where).
Is this easy to do ?