Advertisement
pqpxoxa

HA - Multiple Entity Row

Oct 6th, 2020
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. entities:
  2. - entities:
  3. - entity: group.groundfloor_push_notifications_automations
  4. icon: 'mdi:home-floor-g'
  5. name: false
  6. tap_action:
  7. action: call-service
  8. service: homeassistant.toggle
  9. service_data:
  10. entity_id: group.groundfloor_push_notifications_automations
  11. - entity: group.firstfloor_push_notifications_automations
  12. icon: 'mdi:home-floor-1'
  13. name: false
  14. tap_action:
  15. action: call-service
  16. service: homeassistant.toggle
  17. service_data:
  18. entity_id: group.firstfloor_push_notifications_automations
  19. - entity: group.secondfloor_push_notifications_automations
  20. icon: 'mdi:home-floor-2'
  21. name: false
  22. tap_action:
  23. action: call-service
  24. service: homeassistant.toggle
  25. service_data:
  26. entity_id: group.secondfloor_push_notifications_automations
  27. entity: group.office_watch_automations
  28. icon: 'mdi:home'
  29. name: House Alerts
  30. toggle: true
  31. show_state: true
  32. type: 'custom:multiple-entity-row'
  33. show_header_toggle: false
  34. show_name: false
  35. title: false
  36. type: entities
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement