mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Fix advanced home dashboard
This commit is contained in:
@@ -19,53 +19,55 @@ cards:
|
|||||||
layout: horzontal
|
layout: horzontal
|
||||||
max_columns: 2
|
max_columns: 2
|
||||||
cards:
|
cards:
|
||||||
- type: horizontal-stack
|
- type: vertical-stack
|
||||||
title: Reload
|
title: Reload
|
||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: horizontal-stack
|
||||||
template: small
|
cards:
|
||||||
name: Automations
|
- type: custom:button-card
|
||||||
icon: mdi:reload
|
template: small
|
||||||
tap_action:
|
name: Automations
|
||||||
action: call-service
|
icon: mdi:reload
|
||||||
service: automation.reload
|
tap_action:
|
||||||
- type: custom:button-card
|
action: call-service
|
||||||
template: small
|
service: automation.reload
|
||||||
name: Scripts
|
- type: custom:button-card
|
||||||
icon: mdi:reload
|
template: small
|
||||||
tap_action:
|
name: Scripts
|
||||||
action: call-service
|
icon: mdi:reload
|
||||||
service: script.reload
|
tap_action:
|
||||||
- type: custom:button-card
|
action: call-service
|
||||||
template: small
|
service: script.reload
|
||||||
name: Scenes
|
- type: custom:button-card
|
||||||
icon: mdi:reload
|
template: small
|
||||||
tap_action:
|
name: Scenes
|
||||||
action: call-service
|
icon: mdi:reload
|
||||||
service: scene.reload
|
tap_action:
|
||||||
- type: horizontal-stack
|
action: call-service
|
||||||
cards:
|
service: scene.reload
|
||||||
- type: custom:button-card
|
- type: horizontal-stack
|
||||||
template: small
|
cards:
|
||||||
name: Groups
|
- type: custom:button-card
|
||||||
icon: mdi:reload
|
template: small
|
||||||
tap_action:
|
name: Groups
|
||||||
action: call-service
|
icon: mdi:reload
|
||||||
service: group.reload
|
tap_action:
|
||||||
- type: custom:button-card
|
action: call-service
|
||||||
template: small
|
service: group.reload
|
||||||
name: Theme
|
- type: custom:button-card
|
||||||
icon: mdi:reload
|
template: small
|
||||||
tap_action:
|
name: Theme
|
||||||
action: call-service
|
icon: mdi:reload
|
||||||
service: frontend.reload_themes
|
tap_action:
|
||||||
- type: custom:button-card
|
action: call-service
|
||||||
template: small
|
service: frontend.reload_themes
|
||||||
name: Resources
|
- type: custom:button-card
|
||||||
icon: mdi:reload
|
template: small
|
||||||
tap_action:
|
name: Resources
|
||||||
action: call-service
|
icon: mdi:reload
|
||||||
service: lovelace.reload_resources
|
tap_action:
|
||||||
|
action: call-service
|
||||||
|
service: lovelace.reload_resources
|
||||||
|
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
title: Github
|
title: Github
|
||||||
|
|||||||
Reference in New Issue
Block a user