Update dashboards

This commit is contained in:
Georgi Gardev
2023-12-02 14:07:53 +02:00
parent ad250f5547
commit d64f049a81
3 changed files with 37 additions and 10 deletions

View File

@@ -30,6 +30,8 @@
template: v3_chip_name
entity: group.hallway_motion
name: Motion
tap_action:
action: more-info
- type: custom:decluttering-card

View File

@@ -14,11 +14,17 @@ cards:
card:
type: vertical-stack
cards:
- type: glance
entities:
- entity: binary_sensor.kitchen_motion_occupancy
- entity: sensor.kitchen_motion_illuminance_lux
- entity: sensor.kitchen_motion_battery
- type: horizontal-stack
cards:
- type: tile
entity: binary_sensor.kitchen_motion_occupancy
name: Motion
- type: tile
entity: sensor.kitchen_motion_illuminance_lux
name: Illuminance
- type: tile
entity: sensor.kitchen_motion_battery
name: Battery
- type: "custom:mini-graph-card"
animate: true
points_per_hour: 1
@@ -36,11 +42,28 @@ cards:
card:
type: vertical-stack
cards:
- type: glance
entities:
- entity: binary_sensor.hallway_motion_occupancy
- entity: sensor.hallway_motion_illuminance_lux
- entity: sensor.hallway_motion_battery
- type: horizontal-stack
cards:
- type: tile
entity: binary_sensor.hallway_motion_occupancy
name: Motion
- type: tile
entity: sensor.hallway_motion_illuminance_lux
name: Illuminance
- type: tile
entity: sensor.hallway_motion_battery
name: Battery
- type: horizontal-stack
cards:
- type: tile
entity: binary_sensor.hallway_motion_2_occupancy
name: Motion 2
- type: tile
entity: sensor.hallway_motion_2_illuminance_lux
name: Illuminance 2
- type: tile
entity: sensor.hallway_motion_2_battery
name: Battery 2
- type: "custom:mini-graph-card"
animate: true

View File

@@ -36,6 +36,8 @@
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/lovelace-more-info-card/more-info-card.js
type: module
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
- url: /hacsfiles/popup-backdrop-filter/popup-backdrop-filter.js