Hello all I would like to add toggle switches to the auditorium card. I’ve tried making a new entity in the ,but then it wouldn’t show up anymore.
I want the toggle switches, not the buttons for the two House lights.
Here is the Auditorium card
type: vertical-stack
in_card: true
cards:
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.audit_lights_l_switch
icon: mdi:lightbulb
show_state: true
icon_height: 70px
name: House L
Here is the code for the other card.
type: entities
entities:
- entity: switch.audit_lights_l_switch
icon: mdi:lightbulb
name: House L
- entity: switch.audit_lights_r_switch_2
name: House R
icon: mdi:lightbulb