When I click on a light entity I get this card: (Img1 attached) -> it's exactly what I want to achieve
But when I add the light to the board it will show as (Img2 attached)
I was able to achieve something very close with the following yaml (img3):
type: grid
columns: 1
cards:
- features:
- type: light-brightness
type: tile
entity: light.living_room_2
state_content:
- state
- brightness
- last-changed
vertical: true
hide_state: false```
I mostly surfed over
https://www.home-assistant.io/dashboards/light/
https://www.home-assistant.io/dashboards/features/
https://www.home-assistant.io/dashboards/tile/
https://www.home-assistant.io/dashboards/features
I wish there was an easy way to copy default entity/device cards to your dashboard, but they most of the times are different when you try to add them to dashboards.
These examples are with IKEA TRÅDFRI integration.
Thanks in advance and I'm sorry if anything is misplaced as this is my first post here.