mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -20,7 +20,7 @@ cards:
|
||||
title: BLE Batteries
|
||||
entities:
|
||||
- entity: sensor.plant_sensor_3eae_battery
|
||||
name: Blue Room - 3eae
|
||||
name: Boys Room - 3eae
|
||||
- entity: sensor.plant_sensor_3eb0_battery
|
||||
name: Master Bedroom - 3eb0
|
||||
- entity: sensor.plant_sensor_cea4_battery
|
||||
@@ -49,7 +49,7 @@ cards:
|
||||
- type: entities
|
||||
title: Thermostat Batteries
|
||||
entities:
|
||||
- sensor.blue_room_thermostat_battery
|
||||
- sensor.boys_room_thermostat_battery
|
||||
- sensor.front_room_thermostat_battery
|
||||
- sensor.furnace_room_thermostat_battery
|
||||
- sensor.mancave_thermostat_battery
|
||||
@@ -59,7 +59,7 @@ cards:
|
||||
title: Door Batteries
|
||||
entities:
|
||||
- sensor.basement_door_battery
|
||||
- sensor.blue_room_door_battery
|
||||
- sensor.boys_room_door_battery
|
||||
- sensor.mancave_door_battery
|
||||
- sensor.utility_room_door_battery
|
||||
- sensor.front_door_battery
|
||||
|
||||
@@ -1218,166 +1218,166 @@ sections:
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: heading
|
||||
icon: mdi:yoga
|
||||
heading: Blue Room
|
||||
icon: mdi:earth
|
||||
heading: Boys Room
|
||||
heading_style: title
|
||||
badges:
|
||||
- type: entity
|
||||
entity: sensor.blue_room_multisensor_air_temperature
|
||||
entity: sensor.boys_room_multisensor_air_temperature
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: entity
|
||||
entity: sensor.blue_room_multisensor_humidity
|
||||
entity: sensor.boys_room_multisensor_humidity
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.blue_room_thermal_comfort_summer_simmer_perception
|
||||
entity: sensor.boys_room_thermal_comfort_summer_simmer_perception
|
||||
primary: >
|
||||
{% if
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
%} Cool {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
%} Comfy {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
%} Comfy {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
%} Warm {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
%} Warm {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
%} Hot {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
%} Hot {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
%} Danger {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
%} Danger {% else %} Unknown {% endif %}
|
||||
secondary: Simmer
|
||||
icon: tc:simmer-zone
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
%} indigo {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
%} light-blue {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
%} light-green {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
%} amber {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
%} orange {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.blue_room_thermal_comfort_summer_simmer_index
|
||||
entity: sensor.boys_room_thermal_comfort_summer_simmer_index
|
||||
primary: >-
|
||||
{{states('sensor.blue_room_thermal_comfort_summer_simmer_index') |
|
||||
{{states('sensor.boys_room_thermal_comfort_summer_simmer_index') |
|
||||
round(2) }} °F
|
||||
icon: tc:simmer-zone
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
%} indigo {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
%} light-blue {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
%} light-green {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
%} amber {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
%} orange {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
is_state('sensor.boys_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
secondary: ""
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.blue_room_thermal_comfort_dew_point_perception
|
||||
entity: sensor.boys_room_thermal_comfort_dew_point_perception
|
||||
primary: >
|
||||
{% if
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','dry')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','dry')
|
||||
%} Dry {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
%} Very Comfy {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','comfortable')
|
||||
%} Comfortable {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
%} Sticky {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
%} Humid {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
%} Uncomfortable {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
%} Oppressive {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','severely_high')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','severely_high')
|
||||
%} Miserable {% else %} Unknown {% endif %}
|
||||
icon: tc:dew-point
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','dry')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','dry')
|
||||
%} blue-grey {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','comfortable')
|
||||
%} light-green {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
%} lime {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
%} amber {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_dew_point_perception','severely_high')
|
||||
is_state('sensor.boys_room_thermal_comfort_dew_point_perception','severely_high')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
secondary: Dew Point
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.blue_room_thermal_comfort_humidex_perception
|
||||
entity: sensor.boys_room_thermal_comfort_humidex_perception
|
||||
primary: >
|
||||
{% if
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','comfortable')
|
||||
%} Comfortable {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
%} Uncomfortable {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
%} Unbearable {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','great_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','great_discomfort')
|
||||
%} Oppressive {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
%} Dangerous {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','heat_stroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','heat_stroke')
|
||||
%} Hazardous {% else %} disabled {% endif %}
|
||||
secondary: Humidex
|
||||
icon: tc:thermal-perception
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','comfortable')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
%} amber {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','great_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','great_discomfort')
|
||||
%} orange {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.blue_room_thermal_comfort_humidex_perception','heat_stroke')
|
||||
is_state('sensor.boys_room_thermal_comfort_humidex_perception','heat_stroke')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
|
||||
@@ -10,30 +10,30 @@ cards:
|
||||
- binary_sensor.frigate_cam01_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
- type: entity-filter
|
||||
entities:
|
||||
- binary_sensor.blue_room_person_occupancy
|
||||
- binary_sensor.boys_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Blue Room
|
||||
title: Boys Room
|
||||
camera_view: auto
|
||||
entities: []
|
||||
image_entity: image.frigate_cam01_person
|
||||
entity: binary_sensor.blue_room_person_occupancy
|
||||
entity: binary_sensor.boys_room_person_occupancy
|
||||
|
||||
- type: entity-filter
|
||||
entities:
|
||||
- binary_sensor.furnace_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Furnace Room
|
||||
@@ -47,7 +47,7 @@ cards:
|
||||
- binary_sensor.frigate_cam03_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -56,7 +56,7 @@ cards:
|
||||
- binary_sensor.computer_area_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Computer Area
|
||||
@@ -70,7 +70,7 @@ cards:
|
||||
- binary_sensor.entryway_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Entryway
|
||||
@@ -84,7 +84,7 @@ cards:
|
||||
- binary_sensor.great_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Great Room
|
||||
@@ -98,7 +98,7 @@ cards:
|
||||
- binary_sensor.utility_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Utility Room
|
||||
@@ -112,7 +112,7 @@ cards:
|
||||
- binary_sensor.frigate_cam04_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -121,7 +121,7 @@ cards:
|
||||
- binary_sensor.walkway_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Walkway
|
||||
@@ -135,7 +135,7 @@ cards:
|
||||
- binary_sensor.workshop_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Workshop
|
||||
@@ -149,7 +149,7 @@ cards:
|
||||
- binary_sensor.frigate_cam06_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -158,7 +158,7 @@ cards:
|
||||
- binary_sensor.master_bedroom_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Master Bedroom
|
||||
@@ -172,7 +172,7 @@ cards:
|
||||
- binary_sensor.frigate_cam07_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -181,7 +181,7 @@ cards:
|
||||
- binary_sensor.master_bedroom_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Master Bedroom
|
||||
@@ -195,7 +195,7 @@ cards:
|
||||
- binary_sensor.frigate_cam08_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -204,7 +204,7 @@ cards:
|
||||
- binary_sensor.nursery_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Nursery
|
||||
@@ -218,7 +218,7 @@ cards:
|
||||
- binary_sensor.frigate_cam12_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -227,7 +227,7 @@ cards:
|
||||
- binary_sensor.kitchen_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Kitchen
|
||||
@@ -241,7 +241,7 @@ cards:
|
||||
- binary_sensor.dining_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Dining Room
|
||||
@@ -255,7 +255,7 @@ cards:
|
||||
- binary_sensor.entryway_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Entryway
|
||||
@@ -269,7 +269,7 @@ cards:
|
||||
- binary_sensor.front_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Front Room
|
||||
@@ -283,7 +283,7 @@ cards:
|
||||
- binary_sensor.frigate_cam13_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -292,7 +292,7 @@ cards:
|
||||
- binary_sensor.kitchen_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Kitchen
|
||||
@@ -306,7 +306,7 @@ cards:
|
||||
- binary_sensor.dining_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Dining Room
|
||||
@@ -320,7 +320,7 @@ cards:
|
||||
- binary_sensor.front_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Front Room
|
||||
@@ -334,7 +334,7 @@ cards:
|
||||
- binary_sensor.frigate_cam14_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -343,7 +343,7 @@ cards:
|
||||
- binary_sensor.back_yard_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Back Yard
|
||||
@@ -357,7 +357,7 @@ cards:
|
||||
- binary_sensor.frigate_cam18_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -366,7 +366,7 @@ cards:
|
||||
- binary_sensor.driveway_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Driveway
|
||||
@@ -380,7 +380,7 @@ cards:
|
||||
- binary_sensor.from_street_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: From Street
|
||||
@@ -394,7 +394,7 @@ cards:
|
||||
- binary_sensor.front_yard_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Front Yard
|
||||
@@ -408,7 +408,7 @@ cards:
|
||||
- binary_sensor.frigate_cam19_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: horizontal-stack
|
||||
cards:
|
||||
@@ -417,7 +417,7 @@ cards:
|
||||
- binary_sensor.driveway_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Driveway
|
||||
@@ -431,7 +431,7 @@ cards:
|
||||
- binary_sensor.from_street_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: From Street
|
||||
@@ -445,7 +445,7 @@ cards:
|
||||
- binary_sensor.front_yard_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Front Yard
|
||||
@@ -459,7 +459,7 @@ cards:
|
||||
- binary_sensor.front_porch_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- 'on'
|
||||
- "on"
|
||||
card:
|
||||
type: picture-glance
|
||||
title: Front Porch
|
||||
@@ -514,4 +514,4 @@ cards:
|
||||
# entities:
|
||||
# - entity: binary_sensor.frigate_cam03_person_occupancy
|
||||
# - entity: binary_sensor.computer_area_person_occupancy
|
||||
# - entity: binary_sensor.great_room_person_occupancy
|
||||
# - entity: binary_sensor.great_room_person_occupancy
|
||||
|
||||
@@ -38,14 +38,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_well_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_well_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_well_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_well_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_well_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_well_w
|
||||
fill_container: true
|
||||
@@ -59,14 +59,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_kitchen_1_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_kitchen_1_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_kitchen_1_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_kitchen_1_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_kitchen_1_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_kitchen_1_w
|
||||
fill_container: true
|
||||
@@ -80,14 +80,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_kitchen_2_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_kitchen_2_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_kitchen_2_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_kitchen_2_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_kitchen_2_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_kitchen_2_w
|
||||
fill_container: true
|
||||
@@ -101,14 +101,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_laundry_plug_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_laundry_plug_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_laundry_plug_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_laundry_plug_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_laundry_plug_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_laundry_plug_w
|
||||
fill_container: true
|
||||
@@ -122,14 +122,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_microwave_plug_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_microwave_plug_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_microwave_plug_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_microwave_plug_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_microwave_plug_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_microwave_plug_w
|
||||
fill_container: true
|
||||
@@ -143,14 +143,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_bathroom_plug_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_bathroom_plug_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_bathroom_plug_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_bathroom_plug_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_bathroom_plug_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_bathroom_plug_w
|
||||
fill_container: true
|
||||
@@ -164,14 +164,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_heat_pump_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_heat_pump_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_heat_pump_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_heat_pump_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_heat_pump_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_heat_pump_w
|
||||
fill_container: true
|
||||
@@ -181,18 +181,18 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Basement Bedroom and Furnace Room Lights
|
||||
icon: mdi:yoga
|
||||
icon: mdi:earth
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_bedroom_and_furnace_room_lights_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_basement_bedroom_and_furnace_room_lights_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_bedroom_and_furnace_room_lights_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_bedroom_and_furnace_room_lights_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_basement_bedroom_and_furnace_room_lights_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_bedroom_and_furnace_room_lights_w
|
||||
fill_container: true
|
||||
@@ -206,14 +206,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_plugs_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_basement_plugs_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_plugs_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_plugs_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_basement_plugs_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_plugs_w
|
||||
fill_container: true
|
||||
@@ -227,14 +227,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_and_laundry_lights_and_plugs_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_basement_and_laundry_lights_and_plugs_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_and_laundry_lights_and_plugs_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_and_laundry_lights_and_plugs_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_basement_and_laundry_lights_and_plugs_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_and_laundry_lights_and_plugs_w
|
||||
fill_container: true
|
||||
@@ -248,14 +248,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_sump_pump_plug_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_sump_pump_plug_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_sump_pump_plug_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_sump_pump_plug_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_sump_pump_plug_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_sump_pump_plug_w
|
||||
fill_container: true
|
||||
@@ -269,14 +269,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_nursery_dining_kitchen_lights_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_nursery_dining_kitchen_lights_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_nursery_dining_kitchen_lights_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_nursery_dining_kitchen_lights_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_nursery_dining_kitchen_lights_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_nursery_dining_kitchen_lights_w
|
||||
fill_container: true
|
||||
@@ -290,14 +290,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_master_suite_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_master_suite_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_master_suite_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_master_suite_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_master_suite_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_master_suite_w
|
||||
fill_container: true
|
||||
@@ -311,14 +311,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_furnace_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_furnace_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_furnace_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_furnace_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_furnace_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_furnace_w
|
||||
fill_container: true
|
||||
@@ -332,14 +332,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_stairs_and_lights_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_basement_stairs_and_lights_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_stairs_and_lights_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_basement_stairs_and_lights_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_basement_stairs_and_lights_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_basement_stairs_and_lights_w
|
||||
fill_container: true
|
||||
@@ -353,14 +353,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_dishwasher_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_dishwasher_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_dishwasher_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_dishwasher_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_dishwasher_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_dishwasher_w
|
||||
fill_container: true
|
||||
@@ -374,14 +374,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_garage_outside_and_front_garage_lights_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_garage_outside_and_front_garage_lights_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_garage_outside_and_front_garage_lights_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_garage_outside_and_front_garage_lights_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_garage_outside_and_front_garage_lights_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_garage_outside_and_front_garage_lights_w
|
||||
fill_container: true
|
||||
@@ -395,14 +395,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_front_room_plugs_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_front_room_plugs_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_front_room_plugs_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_front_room_plugs_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_front_room_plugs_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_front_room_plugs_w
|
||||
fill_container: true
|
||||
@@ -416,14 +416,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_garage_and_outside_plugs_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_garage_and_outside_plugs_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_garage_and_outside_plugs_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_garage_and_outside_plugs_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_garage_and_outside_plugs_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_garage_and_outside_plugs_w
|
||||
fill_container: true
|
||||
@@ -437,14 +437,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_stove_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_stove_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_stove_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_stove_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_stove_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_stove_w
|
||||
fill_container: true
|
||||
@@ -458,14 +458,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_dryer_kwh''))|float(default=0)|round(2) }} kWh'
|
||||
primary: "{{(states('sensor.pm_dryer_kwh'))|float(default=0)|round(2) }} kWh"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_dryer_kwh
|
||||
fill_container: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{(states(''sensor.pm_dryer_w''))|float(default=0)|round(2) }} W'
|
||||
primary: "{{(states('sensor.pm_dryer_w'))|float(default=0)|round(2) }} W"
|
||||
icon: mdi:flash
|
||||
entity: sensor.pm_dryer_w
|
||||
fill_container: true
|
||||
|
||||
@@ -45,7 +45,7 @@ badges:
|
||||
perform_action: watchman.report
|
||||
target: {}
|
||||
data:
|
||||
parse_config: false
|
||||
parse_config: true
|
||||
create_file: true
|
||||
- type: entity
|
||||
show_name: true
|
||||
|
||||
Reference in New Issue
Block a user