mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Update advanced dashboards
This commit is contained in:
@@ -19,11 +19,58 @@ cards:
|
|||||||
layout: horzontal
|
layout: horzontal
|
||||||
max_columns: 2
|
max_columns: 2
|
||||||
cards:
|
cards:
|
||||||
|
- type: horizontal-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: vertical-stack
|
- type: vertical-stack
|
||||||
|
title: Github
|
||||||
cards:
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Github
|
|
||||||
icon: mdi:github-circle
|
|
||||||
entities:
|
entities:
|
||||||
- entity: sensor.time_picker_card_downloads
|
- entity: sensor.time_picker_card_downloads
|
||||||
icon: mdi:clock
|
icon: mdi:clock
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ cards:
|
|||||||
step: 5
|
step: 5
|
||||||
|
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Master bedroom
|
title: Bedroom
|
||||||
icon: mdi:bed-empty
|
icon: mdi:bed-empty
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
|
|||||||
@@ -1,44 +1,6 @@
|
|||||||
title: test
|
title: test
|
||||||
path: test
|
path: test
|
||||||
cards:
|
cards:
|
||||||
- type: horizontal-stack
|
|
||||||
cards:
|
|
||||||
- type: custom:button-card
|
|
||||||
template: xs
|
|
||||||
name: Themes
|
|
||||||
icon: mdi:reload
|
|
||||||
tap_action:
|
|
||||||
action: call-service
|
|
||||||
service: frontend.reload_themes
|
|
||||||
- type: custom:button-card
|
|
||||||
template: xs
|
|
||||||
name: Auto
|
|
||||||
icon: mdi:reload
|
|
||||||
tap_action:
|
|
||||||
action: call-service
|
|
||||||
service: automation.reload
|
|
||||||
- type: custom:button-card
|
|
||||||
template: xs
|
|
||||||
name: Scripts
|
|
||||||
icon: mdi:reload
|
|
||||||
tap_action:
|
|
||||||
action: call-service
|
|
||||||
service: script.reload
|
|
||||||
- type: custom:button-card
|
|
||||||
template: xs
|
|
||||||
name: Scenes
|
|
||||||
icon: mdi:reload
|
|
||||||
tap_action:
|
|
||||||
action: call-service
|
|
||||||
service: scene.reload
|
|
||||||
- type: custom:button-card
|
|
||||||
template: xs
|
|
||||||
name: Groups
|
|
||||||
icon: mdi:reload
|
|
||||||
tap_action:
|
|
||||||
action: call-service
|
|
||||||
service: group.reload
|
|
||||||
|
|
||||||
- type: entities
|
- type: entities
|
||||||
entities:
|
entities:
|
||||||
- input_boolean.magic_cube_enabled
|
- input_boolean.magic_cube_enabled
|
||||||
@@ -47,9 +9,6 @@ cards:
|
|||||||
- sensor.cube_multistate_input
|
- sensor.cube_multistate_input
|
||||||
- sensor.cube_power
|
- sensor.cube_power
|
||||||
- type: divider
|
- type: divider
|
||||||
- entity: binary_sensor.lumi_lumi_vibration_aq1_b8c6c402_ias_zone
|
|
||||||
name: Vibration
|
|
||||||
- type: divider
|
|
||||||
- sensor.carbon_activity
|
- sensor.carbon_activity
|
||||||
- sensor.carbon_last_update_trigger
|
- sensor.carbon_last_update_trigger
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user