Hello everyone!
My yaml code that I paste into the schema in automation looks like below, but unfortunately it doesn’t work. When I enter the user interface, the “trigger” field is empty. Could I ask for advice? What am I doing wrong?
alias: Outdoor lighting - front door
description: ""
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
include_sun:
- sun_falling
- sun_rising
light_switch:
entity_id: light.a60_clear_11
include_light_control:
- use_brightness
- use_transition
light_transition_off: 5
light_brightness: 20
include_night_lights: night_lights_enabled
night_lights_conditions:
- entity_state_enabled
night_lights_entity_state:
- binary_sensor.dzwonek_do_drzwi_osoba
night_lights:
entity_id: light.a60_clear_11
include_night_light_control:
- if_lights_are_on_adjust_when_crossing_over
- use_delay
- use_brightness
- use_transition
night_light_brightness: 100
cross_over_time_delay: 2
night_light_transition_off: 5
motion_trigger:
- binary_sensor.dzwonek_do_drzwi_osoba