mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
More and more small fixes
This commit is contained in:
@@ -342,7 +342,7 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: group.nursery_motion
|
||||
entity: binary_sensor.girls_room_motion
|
||||
name: Motion
|
||||
secondary_info: none
|
||||
layout: vertical
|
||||
|
||||
@@ -27,7 +27,7 @@ cards:
|
||||
navigation_path: /phone-yaml/plants
|
||||
|
||||
- type: template
|
||||
entity: group.lights_left_on
|
||||
entity: binary_sensor.lights_left_on
|
||||
icon: >
|
||||
{% if states('sensor.lights_left_on_count') | int(default=0) > 0 -%}
|
||||
mdi:lightbulb-on
|
||||
|
||||
@@ -9,6 +9,20 @@ cards:
|
||||
# - type: custom:mushroom-chips-card
|
||||
# chips:
|
||||
# - type: back
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.bathroom_multisensor_temperature
|
||||
detail: 1
|
||||
name: Multisensor
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.bathroom_multisensor_relative_humidity
|
||||
name: Multisensor
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
@@ -16,13 +30,26 @@ cards:
|
||||
type: sensor
|
||||
entity: sensor.master_bathroom_thermostat_temperature
|
||||
detail: 1
|
||||
name: Temperature
|
||||
name: Thermostat
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.master_bathroom_thermostat_humidity
|
||||
name: Humidity
|
||||
name: Thermostat
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.master_bathroom_thermal_comfort_summer_simmer_index
|
||||
detail: 1
|
||||
name: Simmer
|
||||
- type: history-graph
|
||||
entities:
|
||||
- entity: binary_sensor.master_bathroom_hygrostat
|
||||
name: Hygrostat
|
||||
hours_to_show: 24
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
|
||||
@@ -9,6 +9,20 @@ cards:
|
||||
# - type: custom:mushroom-chips-card
|
||||
# chips:
|
||||
# - type: back
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.utility_room_multisensor_temperature
|
||||
detail: 1
|
||||
name: Multisensor
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.utility_room_multisensor_relative_humidity
|
||||
name: Multisensor
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
@@ -16,13 +30,26 @@ cards:
|
||||
type: sensor
|
||||
entity: sensor.utility_room_thermostat_temperature
|
||||
detail: 1
|
||||
name: Temperature
|
||||
name: Thermostat
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.utility_room_thermostat_humidity
|
||||
name: Humidity
|
||||
name: Thermostat
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.utility_room_thermal_comfort_summer_simmer_index
|
||||
detail: 1
|
||||
name: Simmer
|
||||
- type: history-graph
|
||||
entities:
|
||||
- entity: binary_sensor.utility_room_hygrostat
|
||||
name: Hygrostat
|
||||
hours_to_show: 24
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
|
||||
Reference in New Issue
Block a user