mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Update bedroom climate cards
This commit is contained in:
@@ -96,28 +96,22 @@
|
|||||||
state_indicator_off_size: 0px
|
state_indicator_off_size: 0px
|
||||||
state_indicator_on_color: var(--color-red)
|
state_indicator_on_color: var(--color-red)
|
||||||
state_on_indicator_on_color: var(--color-red)
|
state_on_indicator_on_color: var(--color-red)
|
||||||
|
- type: custom:button-card
|
||||||
|
template: default
|
||||||
|
entity: sensor.purifier_speed
|
||||||
|
tap_action:
|
||||||
|
action: call-service
|
||||||
|
service: input_select.select_next
|
||||||
|
service_data:
|
||||||
|
entity_id: input_select.purifier_speed
|
||||||
|
- type: custom:button-card
|
||||||
|
template: default
|
||||||
|
entity: sensor.purifier_function
|
||||||
|
tap_action:
|
||||||
|
action: call-service
|
||||||
|
service: script.purifier_toggle_function
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: purifier_target_humidity
|
template: purifier_target_humidity
|
||||||
- type: custom:button-card
|
|
||||||
template:
|
|
||||||
- small
|
|
||||||
- progress
|
|
||||||
entity: sensor.purifier_air_quality
|
|
||||||
variables:
|
|
||||||
min_value: 1
|
|
||||||
max_value: 30
|
|
||||||
normal_value: 1
|
|
||||||
high_value: 20
|
|
||||||
- type: custom:button-card
|
|
||||||
template:
|
|
||||||
- small
|
|
||||||
- progress
|
|
||||||
entity: sensor.purifier_allergens
|
|
||||||
variables:
|
|
||||||
min_value: 1
|
|
||||||
max_value: 30
|
|
||||||
normal_value: 1
|
|
||||||
high_value: 10
|
|
||||||
|
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: media_with_controls
|
template: media_with_controls
|
||||||
@@ -150,3 +144,22 @@
|
|||||||
- main_entity: sensor.bedroom_weather_temperature
|
- main_entity: sensor.bedroom_weather_temperature
|
||||||
- left_entity: sensor.bedroom_weather_humidity
|
- left_entity: sensor.bedroom_weather_humidity
|
||||||
- right_entity: sensor.bedroom_weather_pressure
|
- right_entity: sensor.bedroom_weather_pressure
|
||||||
|
|
||||||
|
- type: horizontal-stack
|
||||||
|
cards:
|
||||||
|
- type: "custom:mini-graph-card"
|
||||||
|
name: Air Quality
|
||||||
|
entities:
|
||||||
|
- sensor.purifier_air_quality
|
||||||
|
font_size: 75
|
||||||
|
line_color: "var(--color-blue)"
|
||||||
|
line_width: 6
|
||||||
|
hours_to_show: 72
|
||||||
|
- type: "custom:mini-graph-card"
|
||||||
|
name: Allergens
|
||||||
|
entities:
|
||||||
|
- sensor.purifier_allergens
|
||||||
|
font_size: 75
|
||||||
|
line_color: "var(--color-blue)"
|
||||||
|
line_width: 6
|
||||||
|
hours_to_show: 72
|
||||||
|
|||||||
Reference in New Issue
Block a user