hi everyone,
i am stuck ,I cant seem to get home assistant to do any automatons. When i try to use ui to create an automation it will not save the automation i press the save button a black box comes up on the left bottom, but it says nothing just a black box and it does not save the automation.
when i go to file editor and put the automation in the /config/automations.yaml
it does nothing
here is the way i have it in /config/automations.yaml
automation:
condition:
- condition: state
entity_id: binary_sensor.ecolink_4655bc0_r_1a5b1f11_ias_zone
state: ‘open’
- condition: state
entity_id: sun_sun
state: ‘below_horizon’
action:
- service: light.turn_on
entity_id: light.ledvance_a19_w_10_year_f91d0300_level_light_color_on_off
am i doing something wrong ui will not save and putting this in as yamil nothing works