Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - alias: open_cover_5m_before_alarm
- trigger:
- - platform: template
- value_template: "{{ (state_attr('sensor.mobile_app_next_alarm', 'Time in Milliseconds')/1000 - strptime(states('sensor.date_time'), '%Y-%m-%d, %H:%M') | as_timestamp()) == 5*60 }}"
- action:
- - service: cover.open_cover
- entity_id: cover.bedroom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement