PoisonWaffle

Badges

Jan 19th, 2025
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. title: Home
  2. views:
  3. - path: default_view
  4. title: Home
  5. theme: Google Dark Theme
  6. badges:
  7. - type: entity
  8. entity: cover.garage_door
  9. state_content:
  10. - name
  11. - state
  12. - last_changed
  13. tap_action:
  14. action: perform-action
  15. perform_action: switch.toggle
  16. target:
  17. entity_id: switch.garage_door
  18. visibility:
  19. - condition: state
  20. entity: cover.garage_door
  21. state_not: closed
  22. - type: entity
  23. entity: lock.front_door
  24. tap_action:
  25. action: perform-action
  26. perform_action: lock.lock
  27. target:
  28. entity_id: lock.front_door
  29. visibility:
  30. - condition: state
  31. entity: lock.front_door
  32. state_not: locked
  33. state_content:
  34. - name
  35. - state
  36. - last_changed
  37. - type: entity
  38. entity: binary_sensor.front_door_contact_contact
  39. visibility:
  40. - condition: state
  41. entity: binary_sensor.front_door_contact_contact
  42. state: 'on'
  43. state_content:
  44. - name
  45. - state
  46. - last_changed
  47. name: Front Door
  48. color: red
Advertisement
Add Comment
Please, Sign In to add comment