Advertisement
Wykop

Obraz z kamery powiększenie

Dec 19th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. type: picture-elements
  2. image: /local/tv.jpg
  3. elements:
  4. - type: image
  5. entity: camera.192_168_68_167_2
  6. camera_image: camera.192_168_68_167_2
  7. style:
  8. top: 80%
  9. left: 80%
  10. width: 40%
  11. - type: conditional
  12. conditions:
  13. - entity: binary_sensor.pir_zewnetrzny_occupancy
  14. state: 'on'
  15. elements:
  16. - type: image
  17. entity: camera.192_168_68_167_2
  18. camera_view: live
  19. camera_image: camera.192_168_68_167_2
  20. card_mod:
  21. style: |
  22. ha-card {
  23. color: red;
  24. outline: {% if is_state('binary_sensor.pir_zewnetrzny_occupancy', 'on') %} solid {% else %} none {% endif %};
  25. }
  26. tap_action:
  27. action: more_info
  28. style:
  29. top: 47%
  30. left: 23%
  31. width: 90%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement