mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
More sensors
This commit is contained in:
@@ -205,28 +205,28 @@
|
|||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template:
|
template:
|
||||||
- small
|
- xs
|
||||||
- progress
|
- progress
|
||||||
entity: sensor.multisensor_6_temperature
|
entity: sensor.multisensor_6_temperature
|
||||||
name: Living room
|
name: Living room
|
||||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template:
|
template:
|
||||||
- small
|
- xs
|
||||||
- progress
|
- progress
|
||||||
entity: sensor.trisensor_temperature
|
entity: sensor.trisensor_temperature
|
||||||
name: Desk
|
name: Desk
|
||||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template:
|
template:
|
||||||
- small
|
- xs
|
||||||
- progress
|
- progress
|
||||||
entity: sensor.living_room_thermostat_temperature
|
entity: sensor.living_room_thermostat_temperature
|
||||||
name: Radiator
|
name: Radiator
|
||||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template:
|
template:
|
||||||
- small
|
- xs
|
||||||
- progress
|
- progress
|
||||||
entity: sensor.bedroom_weather_temperature
|
entity: sensor.bedroom_weather_temperature
|
||||||
name: Bedroom
|
name: Bedroom
|
||||||
@@ -235,9 +235,40 @@
|
|||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template:
|
template:
|
||||||
- small
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.kitchen_weather_temperature
|
||||||
|
name: Kitchen
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.bathroom_weather_temperature
|
||||||
|
name: Bathroom
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.hallway_weather_temperature
|
||||||
|
name: Hallway
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.guest_bedroom_weather_temperature
|
||||||
|
name: G. Bedroom
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||||
|
- type: horizontal-stack
|
||||||
|
cards:
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
- progress
|
- progress
|
||||||
entity: sensor.multisensor_6_relative_humidity
|
entity: sensor.multisensor_6_relative_humidity
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||||
name: Living room
|
name: Living room
|
||||||
variables:
|
variables:
|
||||||
min_value: 25
|
min_value: 25
|
||||||
@@ -247,9 +278,10 @@
|
|||||||
low_color: "var(--color-red)"
|
low_color: "var(--color-red)"
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template:
|
template:
|
||||||
- small
|
- xs
|
||||||
- progress
|
- progress
|
||||||
entity: sensor.bedroom_weather_humidity
|
entity: sensor.bedroom_weather_humidity
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||||
name: Bedroom
|
name: Bedroom
|
||||||
variables:
|
variables:
|
||||||
min_value: 25
|
min_value: 25
|
||||||
@@ -257,11 +289,63 @@
|
|||||||
normal_value: 40
|
normal_value: 40
|
||||||
high_value: 65
|
high_value: 65
|
||||||
low_color: "var(--color-red)"
|
low_color: "var(--color-red)"
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.kitchen_weather_humidity
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||||
|
name: Kitchen
|
||||||
|
variables:
|
||||||
|
min_value: 25
|
||||||
|
max_value: 90
|
||||||
|
normal_value: 40
|
||||||
|
high_value: 65
|
||||||
|
low_color: "var(--color-red)"
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.bathroom_weather_humidity
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||||
|
name: Bathroom
|
||||||
|
variables:
|
||||||
|
min_value: 25
|
||||||
|
max_value: 90
|
||||||
|
normal_value: 40
|
||||||
|
high_value: 65
|
||||||
|
low_color: "var(--color-red)"
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.hallway_weather_humidity
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||||
|
name: Hallway
|
||||||
|
variables:
|
||||||
|
min_value: 25
|
||||||
|
max_value: 90
|
||||||
|
normal_value: 40
|
||||||
|
high_value: 65
|
||||||
|
low_color: "var(--color-red)"
|
||||||
|
- type: custom:button-card
|
||||||
|
template:
|
||||||
|
- xs
|
||||||
|
- progress
|
||||||
|
entity: sensor.guest_bedroom_weather_humidity
|
||||||
|
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||||
|
name: G. Bedroom
|
||||||
|
variables:
|
||||||
|
min_value: 25
|
||||||
|
max_value: 90
|
||||||
|
normal_value: 40
|
||||||
|
high_value: 65
|
||||||
|
low_color: "var(--color-red)"
|
||||||
|
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
title: Sensors
|
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
|
title: Sensors
|
||||||
cards:
|
cards:
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
@@ -291,17 +375,30 @@
|
|||||||
state_indicator_id: automation.lighting_kitchen_day_mode_motion_turn_lights_on
|
state_indicator_id: automation.lighting_kitchen_day_mode_motion_turn_lights_on
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: entity
|
- type: custom:button-card
|
||||||
entity: binary_sensor.front_door
|
template: default
|
||||||
- type: entity
|
|
||||||
entity: binary_sensor.living_room_right_window
|
entity: binary_sensor.living_room_right_window
|
||||||
name: Living room
|
name: Living room
|
||||||
- type: entity
|
- type: custom:button-card
|
||||||
|
template: default
|
||||||
|
entity: binary_sensor.bedroom_left_window
|
||||||
|
name: Bedroom left
|
||||||
|
- type: custom:button-card
|
||||||
|
template: default
|
||||||
entity: binary_sensor.bedroom_right_window
|
entity: binary_sensor.bedroom_right_window
|
||||||
name: Bedroom
|
name: Bedroom right
|
||||||
|
- type: custom:button-card
|
||||||
- type: vertical-stack
|
template: default
|
||||||
|
entity: binary_sensor.kitchen_window
|
||||||
|
name: Kitchen
|
||||||
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
|
- type: custom:button-card
|
||||||
|
template: default
|
||||||
|
entity: binary_sensor.front_door
|
||||||
|
- type: custom:button-card
|
||||||
|
template: default
|
||||||
|
entity: binary_sensor.bedroom_door
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
@@ -319,7 +416,6 @@
|
|||||||
entity: device_tracker.carbon
|
entity: device_tracker.carbon
|
||||||
name: GPS
|
name: GPS
|
||||||
|
|
||||||
|
|
||||||
# Column 3
|
# Column 3
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
|
|||||||
Reference in New Issue
Block a user