Advertisement
Guest User

Untitled

a guest
Mar 15th, 2021
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. alias: Meredith’s Fan On
  2. description: ''
  3. trigger:
  4. - platform: numeric_state
  5. entity_id: sensor.meredith_s_bedroom_temp
  6. value_template: '''{{ state.attributes.current_temperature }}'''
  7. above: '70'
  8. for: '00:01:00'
  9. condition: []
  10. action:
  11. - type: turn_on
  12. device_id: 3734e255b3f0b3ea601f71c5f3256ac0
  13. entity_id: switch.merediths_fan
  14. domain: switch
  15. mode: single
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement