Advertisement
Wykop

Person w samochodzie

Dec 18th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # Person w samochodzie
  2. - platform: template
  3. sensors:
  4. person_w_samochodzie:
  5. friendly_name: "Person w samochodzie"
  6. value_template: >
  7. {% if "50:5F:B5:07:9C:CA (MB-7079CCA)" in state_attr('sensor.sm_g975f_bluetooth_connection', 'connected_paired_devices') -%}
  8. on
  9. {% else -%}
  10. off
  11. {% endif -%}
  12. entity_picture_template: >-
  13. {% if "50:5F:B5:07:9C:CA (MB-7079CCA)" in state_attr('sensor.sm_g975f_bluetooth_connection', 'connected_paired_devices') -%}
  14. /local/mercedes.jpg
  15. {% else %}
  16. /local/parking.jpg
  17. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement