Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.45 KB | None | 0 0
  1. automation:
  2.   trigger:
  3.     platform: numeric_state
  4.     entity_id: sensor.saltlevel
  5.     # At least one of the following required
  6.     above: 0.35 #en cm
  7.   action:
  8.   - service: notify.ios_iphoneadonno
  9.     data_template:
  10.       title: Saltlevel
  11.       message: saltlevel crital please refill
  12.   - service: persistent_notification.create
  13.    data:
  14.     message: saltlevel crital please refill
  15.     title: Saltlevel
  16.     notification_id: saltlevel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement