Having a strange issue where automation is not being triggered by numeric_state.
relevant yaml:
automation:
- id: turn_on_soffit_lights
alias: "Turn on Soffit Lights"
description: "Turn on Soffit Lights"
mode: single
triggers:
- trigger: numeric_state
entity_id: sun.sun
attribute: elevation
below: 50.0 ## threshold set high to test.
conditions: []
actions:
Included SS of attributes of sun.sun -- well below threshhold ( might be hard to see)
elevation: 35.75
azimuth: 234.03
rising: false
friendly_name: Sun
included SS of soffite lights' history -- not triggered by automation