@richard-g8jvm wrote:
- alias: landing light on if out trigger: #first trigger - trigger: platform: time_pattern minutes: '/5' # second trigger - trigger: platform: numeric_state entity_id: sun.sun value_template: "{{ state_attr('sun.sun', 'elevation') }}" below: -5.0 condition:
Trying to create a mutilple trigger using the template in the docs
everything after condition: works, yet if I use the config checker on automations.yaml
its points to an error in an already working section not related to the above
Originally I had, which worked, the time ie. after 1630 and before 2230
It would be nice to use after sunset, hence the use of negative elevation
should it be similar to condition statements
sortatrigger: trigger: and trigger: - trigger: platform <whatever>
current version 0.103.6
Normally copy and paste from the docs is safe and works
Posts: 20
Participants: 7