Advertisement
kiwijunglist

Untitled

Jul 3rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.36 KB | None | 0 0
  1. - alias: "Mike WiFi Connect"
  2.   trigger:
  3.   - platform: state
  4.     entity_id:
  5.      - sensor.mike_tasker_wifi
  6.   action:
  7.     - service_template: >-
  8.       {%- if is_state('sensor.mike_tasker_wifi', 'Away') -%}
  9.       service: script.update_mikes_location_wifi_away
  10.       {%- else -%}
  11.       service: script.update_mikes_location_wifi_connect
  12.       {%- endif -%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement