mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
77 lines
2.5 KiB
YAML
77 lines
2.5 KiB
YAML
title: Batteries
|
|
path: batteries
|
|
icon: "mdi:battery-50"
|
|
panel: true
|
|
cards:
|
|
- type: custom:mod-card
|
|
style:
|
|
layout-card:
|
|
$:
|
|
.: |
|
|
#columns {
|
|
padding: 0 10px;
|
|
}
|
|
#columns .column {
|
|
padding: 20px 10px;
|
|
}
|
|
card:
|
|
type: custom:layout-card
|
|
layout: horizontal
|
|
max_columns: 3
|
|
cards:
|
|
- type: entities
|
|
entities:
|
|
- type: custom:battery-entity
|
|
entity: sensor.carbon_battery_level
|
|
- type: entities
|
|
title: Z-Wave Devices
|
|
entities:
|
|
- type: custom:battery-entity
|
|
entity: sensor.trisensor_battery_level
|
|
name: Trisensor
|
|
- type: custom:battery-entity
|
|
entity: sensor.multisensor_6_battery_level
|
|
name: Multisensor
|
|
- type: custom:battery-entity
|
|
entity: sensor.living_room_thermostat_battery_level
|
|
name: Thermostat
|
|
- type: custom:battery-entity
|
|
entity: sensor.aeon_labs_zw130_wallmote_quad_battery_level
|
|
name: Wallmote
|
|
- type: entities
|
|
title: Aqara sensors
|
|
entities:
|
|
- type: custom:battery-entity
|
|
entity: sensor.front_door_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.living_room_right_window_power
|
|
- type: divider
|
|
- type: custom:battery-entity
|
|
entity: sensor.bedroom_door_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.bedroom_left_window_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.bedroom_right_window_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.bedroom_weather_power
|
|
- type: divider
|
|
- type: custom:battery-entity
|
|
entity: sensor.kitchen_window_power
|
|
- type: custom:battery-entity
|
|
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: custom:battery-entity
|
|
entity: sensor.cube_power
|
|
|
|
|