Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. - id: 'living_room_high_temp'
  2. alias: living_room_high_temp
  3. trigger:
  4. platform: numeric_state
  5. entity_id: sensor.living_room_temperature
  6. above: 30
  7. action:
  8. data_template:
  9. message: "Living Room Temp is currently {{ states.sensor.living_room_temperature.state }}"
  10. service: notify.pushbullet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement