From 4294bbc06f617c1055406dc96b975f2429e703ec Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 6 May 2020 03:03:21 +0300 Subject: [PATCH] Update test dashboard --- .../lovelace/advanced_dashboard/01_new.yaml | 146 ++++++++++++++++-- 1 file changed, 133 insertions(+), 13 deletions(-) diff --git a/config/lovelace/advanced_dashboard/01_new.yaml b/config/lovelace/advanced_dashboard/01_new.yaml index 8f1a898..f00331f 100644 --- a/config/lovelace/advanced_dashboard/01_new.yaml +++ b/config/lovelace/advanced_dashboard/01_new.yaml @@ -2,9 +2,67 @@ title: Home path: new icon: "mdi:new-box" cards: + - type: vertical-stack + title: multi + cards: + - type: "custom:mini-graph-card" + entities: + - sensor.trisensor_temperature + - sensor.multisensor_6_temperature + - sensor.living_room_thermostat_temperature + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + + - type: "custom:mini-graph-card" + entities: + - sensor.trisensor_luminance + - sensor.multisensor_6_luminance + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + - type: vertical-stack title: Trisensor cards: + - type: "custom:mini-graph-card" + entities: + - sensor.trisensor_temperature + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + + - type: "custom:mini-graph-card" + entities: + - sensor.trisensor_luminance + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + + - type: "custom:mini-graph-card" + entities: + - sensor.trisensor_burglar + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + - type: entities entities: - zwave.aeotec_limited_zwa005_trisensor @@ -17,13 +75,70 @@ cards: - type: divider - entity: binary_sensor.trisensor_sensor name: Sensor - - entity: sensor.trisensor_alarm_level - name: Alarm level - - entity: sensor.trisensor_alarm_type - name: Alarm type + - type: vertical-stack title: Multisensor cards: + - type: "custom:mini-graph-card" + entities: + - sensor.multisensor_6_temperature + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + + - type: "custom:mini-graph-card" + entities: + - sensor.multisensor_6_luminance + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + + - type: "custom:mini-graph-card" + entities: + - sensor.multisensor_6_burglar + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + + - type: "custom:mini-graph-card" + entities: + - sensor.multisensor_6_relative_humidity + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + + - type: "custom:mini-graph-card" + entities: + - sensor.multisensor_6_ultraviolet + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + - type: entities entities: - zwave.aeon_labs_zw100_multisensor_6 @@ -40,13 +155,23 @@ cards: - type: divider - entity: binary_sensor.multisensor_6_sensor name: Sensor - - entity: sensor.multisensor_6_alarm_level - name: Alarm level - - entity: sensor.multisensor_6_alarm_type - name: Alarm type + - type: vertical-stack title: Thermostat cards: + + - type: "custom:mini-graph-card" + entities: + - sensor.living_room_thermostat_temperature + cache: false + group_by: hour + hours_to_show: 72 + line_width: 2 + show: + average: true + extrema: true + fill: true + - type: entities entities: - zwave.eurotronic_eur_spiritz_wall_radiator_thermostat @@ -58,8 +183,3 @@ cards: name: Power management - entity: sensor.living_room_thermostat_system name: System - - type: divider - - entity: sensor.living_room_thermostat_alarm_level - name: Alarm level - - entity: sensor.living_room_thermostat_alarm_type - name: Alarm type