From 5581ea58b077f51e005aef8c1c4c43885c81cbb1 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 17 May 2020 19:12:03 +0300 Subject: [PATCH] Split batteries dashboard --- .../advanced_dashboard/10_system.yaml | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/config/lovelace/advanced_dashboard/10_system.yaml b/config/lovelace/advanced_dashboard/10_system.yaml index 08d2add..f63934d 100644 --- a/config/lovelace/advanced_dashboard/10_system.yaml +++ b/config/lovelace/advanced_dashboard/10_system.yaml @@ -17,14 +17,15 @@ cards: card: type: custom:layout-card layout: horizontal + max_columns: 3 cards: - type: entities - title: Batteries - show_header_toggle: false entities: - type: custom:battery-entity entity: sensor.carbon_battery_level - - type: divider + - type: entities + title: Z-Wave Devices + entities: - type: custom:battery-entity entity: sensor.trisensor_battery_level name: Trisensor @@ -37,7 +38,9 @@ cards: - type: custom:battery-entity entity: sensor.aeon_labs_zw130_wallmote_quad_battery_level name: Wallmote - - type: divider + - type: entities + title: Aqara sensors + entities: - type: custom:battery-entity entity: sensor.front_door_power - type: custom:battery-entity @@ -47,16 +50,19 @@ cards: - type: custom:battery-entity entity: sensor.bedroom_weather_power - type: custom:battery-entity - entity: sensor.cube_power - - type: divider + entity: sensor.motion_1_power + - type: custom:battery-entity + entity: sensor.motion_2_power + - type: entities + title: Aqara Devices + entities: - type: custom:battery-entity entity: sensor.desk_switch_power - type: custom:battery-entity entity: sensor.master_bedroom_bedside_switch_power - type: custom:battery-entity entity: sensor.bathroom_switch_power - - type: divider - type: custom:battery-entity - entity: sensor.motion_1_power - - type: custom:battery-entity - entity: sensor.motion_2_power + entity: sensor.cube_power + +