Replies: 3 comments 1 reply
-
Also, when I click on the main room icon (bottom left), I prefer to toggle the entity rather than navigating to a path. |
Beta Was this translation helpful? Give feedback.
-
@Erikkyw @anandv85 this is doable - you will just need to configure this via yaml, not the editor Here's an issue related to this: #114 Here's some docs
Here's examples of how to configure type: custom:room-summary-card
area: living_room
entity:
entity_id: light.living_room_main
icon: mdi:ceiling-light
tap_action:
action: toggle
hold_action:
action: more-info
entities:
- entity_id: switch.living_room_tv
icon: mdi:television
tap_action:
action: more-info
hold_action:
action: navigate
- light.living_room_lamp
- switch.living_room_fan |
Beta Was this translation helpful? Give feedback.
-
I looked into adding this functionality to the editor, however it was a lot of work and I could not use the native editor anymore, I'd have to custom code every single field just to implement actions. For now, it will be supported in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to choose what happens after tapping a entity icon on the card.
For example if i press a climate entity i would like to see the "more-info" tap action
Beta Was this translation helpful? Give feedback.
All reactions