Open Mariusthvdb opened 2 years ago
given the new 2024.8 (!) badges, please reconsider this FR, it has become even more desirable to be able to do that.
see
type: custom:badge-card
badges:
- entity: binary_sensor.donker_buiten
- entity: sensor.buienradar_temperature
- entity: sensor.buienradar_barometer
- entity: sun.sun
and the result:
Aware this has been somewhat neglected lately... but, given the new life for badges in modern HA and still not being able to place them anywhere but at the top of the views, I hope you will revisit this once more.
related HA documentation: https://rc.home-assistant.io/dashboards/badges/
this is a modern days replacement of the entities option in the OP
type: grid
square: false
columns: 4
cards:
- type: custom:badge-card
badges:
- entity: binary_sensor.donker_buiten
- type: custom:badge-card
badges:
- entity: sensor.buienradar_temperature
- type: custom:badge-card
badges:
- entity: sensor.buienradar_barometer
- type: custom:badge-card
badges:
- entity: sun.sun
Thanks!
please consider adding a columns option (as on glance or grid) so we can do:L
instead of:
thanks!