diff --git a/lovelace/hallway_dashboard/at_home_dashboard.yaml b/lovelace/hallway_dashboard/at_home_dashboard.yaml index 7747160..ab8c05c 100644 --- a/lovelace/hallway_dashboard/at_home_dashboard.yaml +++ b/lovelace/hallway_dashboard/at_home_dashboard.yaml @@ -285,6 +285,22 @@ card: template: v3_xs_button entity: light.living_room_ambient name: Ambient + - type: custom:button-card + template: v3_xs_button + entity: script.living_room_candle_on + name: Candles + icon: mdi:candle + show_state: false + tap_action: + action: more-info + - type: custom:button-card + template: v3_xs_button + entity: input_select.isparkle_color + name: 🎄 L. Room + icon: mdi:string-lights + show_state: false + tap_action: + action: more-info - type: horizontal-stack cards: - type: custom:button-card @@ -303,6 +319,11 @@ card: template: v3_xs_button entity: light.kitchen name: Kitchen + - type: custom:button-card + template: v3_xs_button + entity: switch.kitchen_outlet + icon: mdi:string-lights + name: 🎄 Kitchen - type: horizontal-stack cards: - type: custom:button-card @@ -318,4 +339,5 @@ card: entity: light.tradfri_large name: G. Bedroom + - !include ../popup_cards.yaml