Advertisement
energywave

switch posizione hq

Feb 9th, 2022
1,560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.82 KB | None | 0 0
  1. switch:
  2.   - platform: template
  3.     switches:
  4.      # Swtich tel_NOME_hq_gps per rilevare e modificare lo stato di alta qualità nella rilevazione della posizione dei telefoni
  5.       tel_henrik_hq_gps:
  6.         friendly_name: Tel Henrik HQ GPS
  7.         unique_id: e67c8229-65f9-40b1-9f6c-c8c983ccb69d
  8.         value_template: "{{ is_state('binary_sensor.tel_henrik_high_accuracy_mode', 'on') }}"
  9.         availability_template: "{{ states.binary_sensor.tel_henrik_high_accuracy_mode.state is defined }}"
  10.         turn_on:
  11.           service: notify.mobile_app_tel_henrik
  12.           data:
  13.             message: "command_high_accuracy_mode"
  14.             title: "turn_on"
  15.         turn_off:
  16.           service: notify.mobile_app_tel_henrik
  17.           data:
  18.             message: "command_high_accuracy_mode"
  19.             title: "turn_off"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement