Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- switch:
- - platform: template
- switches:
- # Swtich tel_NOME_hq_gps per rilevare e modificare lo stato di alta qualità nella rilevazione della posizione dei telefoni
- tel_henrik_hq_gps:
- friendly_name: Tel Henrik HQ GPS
- unique_id: e67c8229-65f9-40b1-9f6c-c8c983ccb69d
- value_template: "{{ is_state('binary_sensor.tel_henrik_high_accuracy_mode', 'on') }}"
- availability_template: "{{ states.binary_sensor.tel_henrik_high_accuracy_mode.state is defined }}"
- turn_on:
- service: notify.mobile_app_tel_henrik
- data:
- message: "command_high_accuracy_mode"
- title: "turn_on"
- turn_off:
- service: notify.mobile_app_tel_henrik
- data:
- message: "command_high_accuracy_mode"
- title: "turn_off"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement