From 15e71f141916d141471c82e29fd7ab7390035e24 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 27 Jun 2020 18:23:34 +0300 Subject: [PATCH] Fix advanced home dashboard --- .../lovelace/advanced_dashboard/00_home.yaml | 92 ++++++++++--------- 1 file changed, 47 insertions(+), 45 deletions(-) diff --git a/config/lovelace/advanced_dashboard/00_home.yaml b/config/lovelace/advanced_dashboard/00_home.yaml index d6c45fd..39d454f 100644 --- a/config/lovelace/advanced_dashboard/00_home.yaml +++ b/config/lovelace/advanced_dashboard/00_home.yaml @@ -19,53 +19,55 @@ cards: layout: horzontal max_columns: 2 cards: - - type: horizontal-stack + - type: vertical-stack title: Reload cards: - - type: custom:button-card - template: small - name: Automations - icon: mdi:reload - tap_action: - action: call-service - service: automation.reload - - type: custom:button-card - template: small - name: Scripts - icon: mdi:reload - tap_action: - action: call-service - service: script.reload - - type: custom:button-card - template: small - name: Scenes - icon: mdi:reload - tap_action: - action: call-service - service: scene.reload - - type: horizontal-stack - cards: - - type: custom:button-card - template: small - name: Groups - icon: mdi:reload - tap_action: - action: call-service - service: group.reload - - type: custom:button-card - template: small - name: Theme - icon: mdi:reload - tap_action: - action: call-service - service: frontend.reload_themes - - type: custom:button-card - template: small - name: Resources - icon: mdi:reload - tap_action: - action: call-service - service: lovelace.reload_resources + - type: horizontal-stack + cards: + - type: custom:button-card + template: small + name: Automations + icon: mdi:reload + tap_action: + action: call-service + service: automation.reload + - type: custom:button-card + template: small + name: Scripts + icon: mdi:reload + tap_action: + action: call-service + service: script.reload + - type: custom:button-card + template: small + name: Scenes + icon: mdi:reload + tap_action: + action: call-service + service: scene.reload + - type: horizontal-stack + cards: + - type: custom:button-card + template: small + name: Groups + icon: mdi:reload + tap_action: + action: call-service + service: group.reload + - type: custom:button-card + template: small + name: Theme + icon: mdi:reload + tap_action: + action: call-service + service: frontend.reload_themes + - type: custom:button-card + template: small + name: Resources + icon: mdi:reload + tap_action: + action: call-service + service: lovelace.reload_resources - type: vertical-stack title: Github