I have combined my switches & lights into one card in Lovelace (ui-lovelace.yaml) and it currently looks like this:
Using the following code:
- entities:
- entity: switch.10745430dc4f22b35f3e_3
- entity: switch.10745430dc4f22b35f3e_2
- entity: switch.dining_room
- entity: switch.10745430dc4f22b35f3e_4
- entity: switch.10745430dc4f22b35f3e_1
show_header_toggle: false
title: Switches & Lights
type: entities
I would like to leave them as a group / same card, but, for top three entries, not be lightning bolts but be bulbs.
Any ideas?