37 Commits

Author SHA1 Message Date
7adcbe4b9a Add A/C displays to climate feed 2025-04-25 15:06:32 -04:00
8425178f20 Change some bubble card colors 2025-04-24 16:59:40 -04:00
a66e7e3383 Remove old theme controls from main and admin dashboards 2025-04-24 01:54:50 -04:00
9a3df5b1ba Use switches instead of sensors for eco mode, now that such exists
#6
2025-04-24 01:31:37 -04:00
a589f13876 Day/night/bedtime mode buttons on climate page of main dashboard
#6
2025-04-24 01:31:18 -04:00
a8cf523adb Add studio quiet mode to basement status badge 2025-04-19 22:20:36 -04:00
7c86692101 Card to show calculated volume settings on admin dashboard
home_automation/Home-Assistant-Configs#238
2025-04-19 14:37:27 -04:00
de7f14f77b Toggles for front porch storm mode
home_automation/Home-Assistant-Configs#240
2025-04-19 13:54:10 -04:00
bba958ee63 Toggles for Emma's climate watchdog 2025-04-19 03:11:05 -04:00
6677ca2444 Move some climate admin settings around
#6
2025-04-18 18:46:37 -04:00
34b5e1282c Adjust dashboard cards for new aircon integration 2025-04-16 21:22:09 -04:00
38b5178aea Add "check light switches" badge
home_automation/Home-Assistant-Configs#235
2025-04-13 01:28:16 -04:00
4020103475 Add instruction for silencing Emma's door alert 2025-04-13 01:27:32 -04:00
5d18c1f2ca Add basement status indicator to mobile dashboard 2025-04-12 01:22:24 -04:00
ef84f9deed Add stairwell and hallway timers to each other's room cards
home_automation/Home-Assistant-Configs#230
2025-03-29 20:55:36 -04:00
7a5373729b Add missing sensors to feed card on climate page 2025-03-28 21:35:58 -04:00
c3ace0c063 Dashboard controls for Emma's new bedroom aircon 2025-03-28 19:46:34 -04:00
6e28eb27ec Fix issue where master bedroom AC menus weren't usable 2025-03-28 13:24:00 -04:00
7630e9c76a Update admin dashboard security page with Emma's door sensor 2025-03-28 13:06:21 -04:00
5d8ae0f81f Added controls for Emma's door alert to main and mobile dashboards 2025-03-24 05:19:14 -04:00
4c9676291a Restore report system to main dashboard since it is fixed now 2025-03-22 19:41:15 -04:00
ace2f19cfb Add severe thunderstorm and tornado warning sensors to weather dashboard 2025-03-19 17:14:55 -04:00
87400a0055 Add badge for severe thunderstorm warnings with tornado possible 2025-03-17 01:34:29 -04:00
6a251b9ae4 Further cleanup of mobile dashboard header, removing "lights on" data 2025-03-16 04:12:21 -04:00
045053028a Cleanup mobile dashboard text briefing slightly 2025-03-14 01:00:37 -04:00
9ef4ebc060 Add badges for open doors and windows to mobile dashboard 2025-03-14 01:00:13 -04:00
267f0d7b77 Enable Kallen to see his meds page on mobile dashboard 2025-03-14 00:58:22 -04:00
24dd400153 Remove reports card (broken) and update wiki and project tracker links 2025-03-10 02:53:21 -04:00
1566172013 Add date and time readout to mobile dashboard header 2025-03-06 15:03:07 -05:00
848042c3d2 Forgot to change icon for Emma's sleeping badge 2025-03-06 14:42:47 -05:00
3e9c9dc3c1 Additional visibility conditions on med badges 2025-03-06 03:10:14 -05:00
02378b4255 New badge for when Emma went to sleep 2025-03-06 03:09:54 -05:00
1fc7718bba Add badge for E's wake time to mobile dashboard 2025-03-05 17:30:52 -05:00
150ec1a65a Remove briefings popup and trigger button from mobile dashboard 2025-03-05 17:26:08 -05:00
887951f570 Use new dashboard format of the weather report macro 2025-03-05 17:25:43 -05:00
6860a88df6 Add meds taken badges to mobile dashboard 2025-03-05 17:25:15 -05:00
63d11f0977 Add new header introduced in 2025.3.0 to mobile dashboard 2025-03-05 16:43:30 -05:00
3 changed files with 851 additions and 400 deletions

View File

@ -75,18 +75,6 @@ views:
title: Automations
state_color: true
show_header_toggle: false
- type: entities
entities:
- entity: input_text.material_rounded_base_color_tony_stork
secondary_info: none
name: Tony
- entity: input_text.material_rounded_base_color_christina_stork
secondary_info: none
name: Tina
- entity: input_text.material_rounded_base_color_kallen_stork
secondary_info: none
name: Kallen
title: Theme Colors
- type: grid
cards:
- type: heading
@ -368,6 +356,7 @@ views:
- entity: binary_sensor.front_door
- entity: binary_sensor.back_door
- entity: binary_sensor.basement_studio_door
- entity: binary_sensor.emma_bedroom_door
- entity: binary_sensor.front_window_1
- entity: binary_sensor.front_window_2
- entity: binary_sensor.kitchen_big_window
@ -424,7 +413,7 @@ views:
- sensor.front_door_battery
- sensor.back_door_battery
- sensor.basement_studio_door_battery
- sensor.downstairs_bathroom_door_battery
- sensor.emma_bedroom_door_battery
- name: 'Window Sensors (min: {min}%, count: {count})'
secondary_info: Battery levels {range}%
icon: mdi:window-closed
@ -909,6 +898,10 @@ views:
int %} {% set roomtemp =
states('sensor.master_bedroom_temperature') | int %} {{
'Threshold Met' if roomtemp >= threshold else '' }}
- entity: input_boolean.master_bedroom_aircon_installed
name: Aircon Installed
- entity: input_boolean.master_bedroom_climate_protocol
name: Climate Automations
title: Master Bedroom Aircon
visibility:
- condition: state
@ -918,20 +911,43 @@ views:
state_color: true
- type: entities
entities:
- entity: input_number.emma_aircon_threshold
- entity: input_number.emma_bedroom_aircon_run_threshold
name: Run Threshold
secondary_info: >
{% set threshold =
states('input_number.emma_aircon_threshold') | int %} {% set
low = states('sensor.tonights_low_temp') | int %} {{
states('input_number.emma_bedroom_aircon_run_threshold') | int
%} {% set low = states('sensor.tonights_low_temp') | int %} {{
'Threshold Met' if low >= threshold else '' }}
name: Bedtime
show_header_toggle: false
state_color: true
- entity: input_number.emma_bedroom_aircon_mode_threshold
name: Mode Threshold
secondary_info: >
{% set threshold =
states('input_number.emma_bedroom_aircon_mode_threshold') |
int %} {% set low = states('sensor.tonights_low_temp') | int
%} {{ 'Threshold Met' if low >= threshold else '' }}
- entity: input_number.emma_bedroom_auto_cooling_threshold
name: EBR Auto Cooling
secondary_info: >
{% set threshold =
states('input_number.emma_bedroom_auto_cooling_threshold') |
int %} {% set roomtemp =
states('sensor.emma_bedroom_temperature') | int %} {{
'Threshold Met' if roomtemp >= threshold else '' }}
- entity: input_boolean.emma_bedroom_aircon_installed
name: Aircon Installed
- entity: input_boolean.emma_bedroom_heater_installed
name: Heater Installed
- entity: input_boolean.emma_bedroom_climate_protocol
name: Climate Automations
- entity: switch.emma_bedroom_climate_watchdog
name: Climate Watchdog
title: Emma Bedroom Aircon
visibility:
- condition: state
entity: input_boolean.emma_bedroom_aircon_installed
state: 'on'
show_header_toggle: false
state_color: true
- type: entities
entities:
- entity: input_number.master_bedroom_fan_threshold
@ -1494,80 +1510,108 @@ views:
heading: Volume Settings
heading_style: title
icon: mdi:volume-high
- type: entities
entities:
- entity: sensor.basement_echo_dot_volume
name: Basement Echo
secondary_info: >
{% if
is_state_attr('media_player.basement_echo_dot','is_volume_muted',true)
%}
MUTED
{% elif
state_attr('media_player.basement_echo_dot','volume_level') %}
{{ state_attr('media_player.basement_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
- entity: sensor.basement_google_speaker_volume
name: Basement Google
secondary_info: >
{% if
is_state_attr('media_player.basement_google_speaker','is_volume_muted',true)
%}
MUTED
{% elif
state_attr('media_player.basement_google_speaker','volume_level')
%}
{{ state_attr('media_player.basement_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
- entity: sensor.living_room_echo_dot_volume
name: Living Room Echo
secondary_info: >
{% if
is_state_attr('media_player.living_room_echo_dot','is_volume_muted',true)
%}
MUTED
{% elif
state_attr('media_player.living_room_echo_dot','volume_level')
%}
{{ state_attr('media_player.living_room_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
- entity: sensor.master_bedroom_echo_dot_volume
name: Master Bedroom Echo
secondary_info: >
{% if
is_state_attr('media_player.master_bedroom_echo_dot','is_volume_muted',true)
%}
MUTED
{% elif
state_attr('media_player.master_bedroom_echo_dot','volume_level')
%}
{{ state_attr('media_player.master_bedroom_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
- entity: sensor.kallen_bedroom_google_speaker_volume
name: Kallen Bedroom Google
secondary_info: >
{% if
is_state_attr('media_player.kallen_bedroom_google_speaker','is_volume_muted',true)
%}
MUTED
{% elif
state_attr('media_player.kallen_bedroom_google_speaker','volume_level')
%}
{{ state_attr('media_player.kallen_bedroom_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
- entity: sensor.emma_bedroom_google_speaker_volume
name: Emma Bedroom Google
secondary_info: >
{% if
is_state_attr('media_player.emma_bedroom_google_speaker','is_volume_muted',true)
%}
MUTED
{% elif
state_attr('media_player.emma_bedroom_google_speaker','volume_level')
%}
{{ state_attr('media_player.emma_bedroom_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
title: Active Settings
show_header_toggle: false
state_color: true
- type: entities
entities:
- entity: input_number.basement_echo_dot_day_volume
name: Basement Echo
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','off') %}
{% if is_state_attr('media_player.basement_echo_dot','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.basement_echo_dot','volume_level') %}
{{ state_attr('media_player.basement_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.basement_google_speaker_day_volume
name: Basement Google
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','off') %}
{% if is_state_attr('media_player.basement_google_speaker','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.basement_google_speaker','volume_level') %}
{{ state_attr('media_player.basement_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.living_room_echo_dot_day_volume
name: Living Room Echo
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','off') %}
{% if is_state_attr('media_player.living_room_echo_dot','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.living_room_echo_dot','volume_level') %}
{{ state_attr('media_player.living_room_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.master_bedroom_echo_dot_day_volume
name: Master Bedroom Echo
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','off') %}
{% if is_state_attr('media_player.master_bedroom_echo_dot','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.master_bedroom_echo_dot','volume_level') %}
{{ state_attr('media_player.master_bedroom_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.kallen_bedroom_google_speaker_day_volume
name: Kallen Bedroom Google
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','off') %}
{% if is_state_attr('media_player.kallen_bedroom_google_speaker','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.kallen_bedroom_google_speaker','volume_level') %}
{{ state_attr('media_player.kallen_bedroom_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.emma_bedroom_google_speaker_day_volume
name: Emma Bedroom Google
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','off') %}
{% if is_state_attr('media_player.emma_bedroom_google_speaker','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.emma_bedroom_google_speaker','volume_level') %}
{{ state_attr('media_player.emma_bedroom_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
title: Day
show_header_toggle: false
state_color: true
@ -1575,76 +1619,17 @@ views:
entities:
- entity: input_number.basement_echo_dot_night_volume
name: Basement Echo
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','on') %}
{% if is_state_attr('media_player.basement_echo_dot','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.basement_echo_dot','volume_level') %}
{{ state_attr('media_player.basement_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.basement_google_speaker_night_volume
name: Basement Google
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','on') %}
{% if is_state_attr('media_player.basement_google_speaker','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.basement_google_speaker','volume_level') %}
{{ state_attr('media_player.basement_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.living_room_echo_dot_night_volume
name: Living Room Echo
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','on') %}
{% if is_state_attr('media_player.living_room_echo_dot','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.living_room_echo_dot','volume_level') %}
{{ state_attr('media_player.living_room_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
secondary_info: ''
- entity: input_number.master_bedroom_echo_dot_night_volume
name: Master Bedroom Echo
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','on') %}
{% if is_state_attr('media_player.master_bedroom_echo_dot','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.master_bedroom_echo_dot','volume_level') %}
{{ state_attr('media_player.master_bedroom_echo_dot','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.kallen_bedroom_google_speaker_night_volume
name: Kallen Bedroom Google
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','on') %}
{% if is_state_attr('media_player.kallen_bedroom_google_speaker','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.kallen_bedroom_google_speaker','volume_level') %}
{{ state_attr('media_player.kallen_bedroom_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
- entity: input_number.emma_bedroom_google_speaker_night_volume
name: Emma Bedroom Google
secondary_info: |
{% if is_state('input_boolean.give_me_darkness','on') %}
{% if is_state_attr('media_player.emma_bedroom_google_speaker','is_volume_muted',true) %}
MUTED
{% elif state_attr('media_player.emma_bedroom_google_speaker','volume_level') %}
{{ state_attr('media_player.emma_bedroom_google_speaker','volume_level') | round(2) }}
{% else %}
Off
{% endif %}
{% endif %}
title: Night
show_header_toggle: false
state_color: true

View File

@ -566,16 +566,16 @@ views:
icon: mdi:format-list-bulleted
- type: markdown
content: >-
## Documentation
# Documentation
[Iron Nerd Automations Wiki
[Nerd Home Incorporated Wiki
(***Outdated!***)](https://wiki.nerdhomeinc.com)
[See what I'm working
on](https://github.com/users/tm24fan8/projects/1)
[Project
Tracker](https://gitea.nerdhomeinc.com/home_automation/-/projects/7)
## Status Pages
# Status Pages
[House
Status](https://uptimekuma.nerdhomeinc.com/status/house-status)
@ -1492,6 +1492,17 @@ views:
show_header_toggle: false
state_color: true
title: Lights On
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: button.emma_door_alert_cancel
show_state: false
visibility:
- condition: state
entity: timer.emma_door_alert
state: active
visibility:
- condition: state
entity: light.second_floor_lights
@ -2035,6 +2046,9 @@ views:
eco:
name: Eco On
boost: false
comfort: false
sleep: false
away: false
- type: custom:state-switch
entity: input_boolean.master_bedroom_aircon_installed
states:
@ -2358,70 +2372,71 @@ views:
service: timer.finish
target:
entity_id: timer.emma_bedroom_motion_timer
- type: entities
state_color: true
entities:
- type: custom:paper-buttons-row
buttons:
- entity: input_boolean.emma_sleeping
name: Sleeping
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:sleep
'off': mdi:sleep-off
unavailable: mdi:map-marker-question
- entity: input_boolean.white_noise_emma_bedroom
name: White Noise
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:volume-high
'off': mdi:volume-off
unavailable: mdi:map-marker-question
show_header_toggle: false
- type: custom:state-switch
entity: input_boolean.emma_bedroom_aircon_installed
states:
'on':
type: entities
type: custom:simple-thermostat
entity: climate.emma_bedroom_aircon
header: false
decimals: 0
step_size: 1
layout:
mode:
headings: false
names: true
icons: true
step: row
control:
hvac:
heat: false
preset:
none:
name: Eco Off
eco:
name: Eco On
boost: false
comfort: false
sleep: false
away: false
- type: custom:state-switch
entity: input_boolean.emma_bedroom_aircon_installed
states:
'on':
type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- type: custom:paper-buttons-row
buttons:
- entity: input_boolean.emma_sleeping
name: Sleeping
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:sleep
'off': mdi:sleep-off
unavailable: mdi:map-marker-question
- entity: fan.emma_air_conditioner
name: A/C
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:fan
'off': mdi:fan-off
unavailable: mdi:map-marker-question
- entity: input_boolean.white_noise_emma_bedroom
name: White Noise
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:volume-high
'off': mdi:volume-off
unavailable: mdi:map-marker-question
- entity: binary_sensor.emma_aircon_compressor
- entity: binary_sensor.emma_bedroom_aircon_compressor
name: Compressor
- entity: script.emma_aircon_shutoff
name: Aircon Shutoff
'off':
type: entities
entities:
- type: custom:paper-buttons-row
buttons:
- entity: input_boolean.emma_sleeping
name: Sleeping
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:sleep
'off': mdi:sleep-off
unavailable: mdi:map-marker-question
- entity: input_boolean.white_noise_emma_bedroom
name: White Noise
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:volume-high
'off': mdi:volume-off
unavailable: mdi:map-marker-question
show_header_toggle: false
- entity: binary_sensor.emma_bedroom_aircon_filter_alert
name: Filter
- type: custom:state-switch
entity: input_boolean.emma_bedroom_heater_installed
states:
@ -2466,8 +2481,15 @@ views:
layout: icon|name_state
state:
case: first
- entity: switch.emma_door_alert
name: Door Alert
- entity: button.emma_door_alert_cancel
name: Cancel Door Alert
- entity: switch.emma_bedroom_motion_lighting
name: Motion Lighting
- entity: switch.emma_bedroom_climate_watchdog
name: Climate Watchdog
secondary_info: Protects aircon settings
- entity: input_number.nighttime_brightness_emma_bedroom
name: Night Brightness
- entity: input_number.emma_bedroom_lights_off_delay
@ -2980,6 +3002,11 @@ views:
layout: icon|name_state
state:
case: first
- entity: switch.front_porch_storm_mode
name: Storm Mode
layout: icon|name_state
state:
case: first
- entity: input_number.daytime_colortemp_front_porch
name: Day Colortemp
- entity: input_number.nighttime_colortemp_front_porch
@ -3417,14 +3444,6 @@ views:
cards:
- type: heading
heading: Master Bedroom
- type: entities
entities:
- entity: input_boolean.master_bedroom_aircon_installed
name: Aircon Installed
- entity: input_boolean.master_bedroom_climate_protocol
name: Climate Automations
state_color: true
show_header_toggle: false
- type: entities
entities:
- entity: switch.master_bedroom_aircon_display
@ -3439,6 +3458,12 @@ views:
name: Bedtime Temp
- entity: button.master_bedroom_fan_only
name: A/C Fan Only
- entity: button.master_bedroom_day_mode
name: Day Mode
- entity: button.master_bedroom_night_mode
name: Night Mode
- entity: button.master_bedroom_bedtime_mode
name: Bedtime Mode
- entity: button.master_bedroom_climate_reset
name: Climate Reset
show_header_toggle: false
@ -3456,33 +3481,37 @@ views:
cards:
- type: heading
heading: Emma Bedroom
- type: custom:state-switch
entity: input_boolean.emma_bedroom_aircon_installed
transition: flip
states:
'on':
type: entities
entities:
- entity: input_boolean.emma_bedroom_aircon_installed
name: Emma Bedroom Aircon Installed
- entity: script.emma_aircon_shutoff
name: Shut A/C off safely
show_header_toggle: false
state_color: true
'off':
type: entities
entities:
- entity: input_boolean.emma_bedroom_aircon_installed
name: Emma Bedroom Aircon Installed
secondary_info: Turn on in summer
show_header_toggle: false
state_color: true
- type: entities
entities:
- entity: input_boolean.emma_bedroom_heater_installed
name: Heater Installed
- entity: switch.emma_bedroom_aircon_display
name: A/C Display
- entity: switch.emma_bedroom_climate_watchdog
name: Climate Watchdog
secondary_info: Protects aircon settings
- entity: binary_sensor.emma_bedroom_aircon_filter_alert
name: Filter Status
- entity: input_number.emma_bedroom_daytime_temp
name: Daytime Temp
- entity: input_number.emma_bedroom_night_temp
name: Night Temp
- entity: input_number.emma_bedroom_bedtime_temp
name: Bedtime Temp
- entity: button.emma_bedroom_fan_only
name: A/C Fan Only
- entity: button.emma_bedroom_day_mode
name: Day Mode
- entity: button.emma_bedroom_night_mode
name: Night Mode
- entity: button.emma_bedroom_bedtime_mode
name: Bedtime Mode
- entity: button.emma_bedroom_climate_reset
name: Climate Reset
show_header_toggle: false
state_color: true
visibility:
- condition: state
entity: input_boolean.emma_bedroom_aircon_installed
state: 'on'
visibility:
- condition: user
users:
@ -3504,12 +3533,23 @@ views:
exclude_states:
- unavailable
- unknown
- entity: climate.emma_bedroom_aircon
icon: mdi:air-conditioner
exclude_states:
- unavailable
- unknown
- entity: sensor.master_bedroom_target_temp
icon: mdi:thermostat
name: Master Bedroom Set Temp
exclude_states:
- unavailable
- unknown
- entity: sensor.emma_bedroom_target_temp
icon: mdi:thermostat
name: Emma Bedroom Set Temp
exclude_states:
- unavailable
- unknown
- entity: fan.master_bedroom_fan
name: Master Bedroom Fan
exclude_states:
@ -3525,27 +3565,27 @@ views:
exclude_states:
- unavailable
- unknown
- entity: fan.emma_air_conditioner
exclude_states:
- unavailable
- unknown
- entity: sensor.master_bedroom_aircon_eco_mode
- entity: switch.master_bedroom_aircon_eco_mode
name: Master Bedroom Eco Mode
exclude_states:
- unavailable
- unknown
- entity: sensor.master_bedroom_aircon_fan_mode
name: Master Bedroom A/C Fan
exclude_states:
- unavailable
- unknown
- entity: binary_sensor.emma_aircon_fan
name: Emma A/C Fan
- entity: binary_sensor.emma_bedroom_aircon_fan
name: Emma Bedroom A/C Fan
exclude_states:
- unavailable
- unknown
- entity: binary_sensor.emma_aircon_compressor
name: Emma A/C Compressor
- entity: binary_sensor.emma_bedroom_aircon_compressor
name: Emma Bedroom A/C Compressor
exclude_states:
- unavailable
- unknown
- entity: switch.emma_bedroom_aircon_eco_mode
name: Emma Bedroom Eco Mode
- entity: sensor.emma_bedroom_aircon_fan_mode
name: Emma Bedroom A/C Fan
exclude_states:
- unavailable
- unknown
@ -3579,6 +3619,16 @@ views:
exclude_states:
- unavailable
- unknown
- entity: switch.master_bedroom_aircon_display
name: Master Bedroom A/C Display
exclude_states:
- unavailable
- unknown
- entity: switch.emma_bedroom_aircon_display
name: Emma Bedroom A/C Display
exclude_states:
- unavailable
- unknown
max_columns: 4
cards: []
badges: []
@ -3946,9 +3996,6 @@ views:
name: I am awake
- entity: input_select.kallen_morning_briefing_location
name: Morning Briefing Location
- entity: input_text.material_rounded_base_color_kallen_stork
secondary_info: none
name: Theme Color
max_columns: 4
cards: []
background:
@ -6146,6 +6193,13 @@ views:
entity: sensor.home_wind_direction_degrees
- type: entities
entities:
- entity: binary_sensor.tornado_warning
type: custom:multiple-entity-row
name: Warnings
state_header: Tornado
entities:
- entity: binary_sensor.severe_thunderstorm_warning
name: Severe T-storm
- entity: sensor.home_wind_speed
type: custom:multiple-entity-row
name: Wind

View File

@ -31,7 +31,7 @@ decluttering_templates:
}
.bubble-button-background {
opacity: 1 !important;
background-color: ${state === 'on' ? 'var(--error-color)' : 'var(--card-background-color)'} !important;
background-color: ${state === 'on' ? 'var(--error-color)' : 'var(--bubble-main-background-color)'} !important;
transition: background-color 1s !important;
}
.bubble-icon-container {
@ -73,7 +73,7 @@ decluttering_templates:
styles: |-
.bubble-button-background {
opacity: 1 !important;
background-color: var(--card-background-color) !important;
background-color: var(--bubble-main-background-color) !important;
}
main_button_floors:
defaults:
@ -119,7 +119,7 @@ decluttering_templates:
{% if is_state(config.entity,'on') %}
var(--accent-color)
{% else %}
var(--card-background-color)
var(--bubble-main-background-color)
{% endif %}
!important;
transition: background-color 1s !important;
@ -132,7 +132,6 @@ decluttering_templates:
var(--card-background-color)
{% endif %}
!important;
background: ${state === 'on' ? 'var(--accent-color)' : 'var(--card-background-color)'} !important;
}
.bubble-icon-container::after {
opacity:
@ -163,7 +162,7 @@ decluttering_templates:
{% elif is_state(config.entity,'on') %}
var(--accent-color)
{% else %}
var(--card-background-color)
var(--bubble-main-background-color)
{% endif %}
!important;
}
@ -562,9 +561,9 @@ views:
- type: custom:decluttering-card
template: main_button_name
variables:
- name: Briefings
- icon: mdi:text
- navigation_path: '#briefings'
- name: Batteries
- icon: mdi:battery-charging
- navigation_path: '#batteries'
- columns: 2
grid_options:
columns: 6
@ -572,9 +571,9 @@ views:
- type: custom:decluttering-card
template: main_button_name
variables:
- name: Batteries
- icon: mdi:battery-charging
- navigation_path: '#batteries'
- name: Messaging
- icon: mdi:bullhorn
- navigation_path: '#messaging'
- columns: 2
grid_options:
columns: 6
@ -603,7 +602,7 @@ views:
{% set feeding_reminders = states('counter.rabbit_feeding_reminder_count') | int %}
{% set cleaning_reminders = states('counter.rabbit_hutch_cleaning_reminder_count') | int %}
{% if feeding_reminders == 0 and cleaning_reminders == 0 %}
var(--card-background-color)
var(--bubble-main-background-color)
{% elif feeding_reminders < 3 and cleaning_reminders < 3 %}
var(--warning-color)
{% else %}
@ -644,16 +643,6 @@ views:
.is-on .bubble-icon {
opacity: 1 !important;
}
- type: custom:decluttering-card
template: main_button_name
variables:
- name: Messaging
- icon: mdi:bullhorn
- navigation_path: '#messaging'
- columns: 2
grid_options:
columns: 6
rows: auto
- type: custom:decluttering-card
template: main_button_name
variables:
@ -740,7 +729,7 @@ views:
| max
| int %}
{% if counters == 0 %}
var(--card-background-color)
var(--bubble-main-background-color)
{% elif counters < 3 %}
var(--warning-color)
{% else %}
@ -823,7 +812,7 @@ views:
| max
| int %}
{% if counters == 0 %}
var(--card-background-color)
var(--bubble-main-background-color)
{% elif counters < 3 %}
var(--warning-color)
{% else %}
@ -891,6 +880,14 @@ views:
tap_action:
action: navigate
navigation_path: /dashboard-mobile/kallen
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- 879b4c04e32841b3ad1d2763a11b4e70
modules:
- default
card_mod:
style: |-
.is-unavailable {
@ -906,7 +903,7 @@ views:
| max
| int %}
{% if counters == 0 %}
var(--card-background-color)
var(--bubble-main-background-color)
{% elif counters < 3 %}
var(--warning-color)
{% else %}
@ -955,11 +952,6 @@ views:
.is-on .bubble-icon {
opacity: 1 !important;
}
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- type: custom:bubble-card
card_type: button
button_type: name
@ -977,7 +969,7 @@ views:
styles: |-
.bubble-button-background {
opacity: 1 !important;
background-color: var(--card-background-color) !important;
background-color: var(--bubble-main-background-color) !important;
}
visibility:
- condition: user
@ -996,7 +988,7 @@ views:
styles: |-
.bubble-button-background {
opacity: 1 !important;
background-color: var(--card-background-color) !important;
background-color: var(--bubble-main-background-color) !important;
}
show_attribute: false
tap_action:
@ -1052,7 +1044,7 @@ views:
}
.bubble-button-background {
opacity: 1 !important;
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--card-background-color)'} !important;
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--bubble-main-background-color)'} !important;
transition: background-color 1s !important;
}
.bubble-icon-container {
@ -1168,7 +1160,7 @@ views:
styles: |-
.bubble-button-background {
opacity: 1 !important;
background-color: var(--card-background-color) !important;
background-color: var(--bubble-main-background-color) !important;
}
- type: custom:decluttering-card
template: floors_separator
@ -1261,10 +1253,51 @@ views:
icon: mdi:motion-sensor
tap_action:
action: toggle
modules:
- default
- type: custom:bubble-card
card_type: separator
name: Modes
icon: mdi:toggle-switch
modules:
- default
- type: horizontal-stack
cards:
- type: custom:bubble-card
card_type: button
button_type: switch
name: Storm Mode
double_tap_action:
action: none
hold_action:
action: more-info
button_action:
double_tap_action:
action: none
hold_action:
action: more-info
styles: |-
.bubble-button-background {
opacity: 1 !important;
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important;
}
.bubble-icon {
color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important;
}
modules:
- default
entity: switch.front_porch_storm_mode
show_state: true
tap_action:
action: toggle
- type: custom:bubble-card
card_type: empty-column
- type: custom:bubble-card
card_type: separator
name: Status
icon: mdi:list-box
modules:
- default
- type: horizontal-stack
cards:
- type: custom:bubble-card
@ -1289,6 +1322,8 @@ views:
.bubble-icon {
color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important;
}
modules:
- default
- type: custom:bubble-card
card_type: button
button_type: state
@ -2196,6 +2231,8 @@ views:
name: Motion Lighting
tap_action:
action: toggle
modules:
- default
- type: custom:bubble-card
card_type: separator
name: Status
@ -2252,6 +2289,11 @@ views:
variables:
- name: Lights Timer
- entity: timer.stairwell_motion_timer
- type: custom:decluttering-card
template: popup_timer_card
variables:
- name: Lights Timer
- entity: timer.upstairs_hallway_motion_timer
- type: grid
cards:
- type: vertical-stack
@ -2283,6 +2325,8 @@ views:
action: toggle
show_name: false
icon: mdi:palette
modules:
- default
- type: custom:bubble-card
card_type: separator
name: Status
@ -2326,6 +2370,11 @@ views:
variables:
- name: Lights Timer
- entity: timer.upstairs_hallway_motion_timer
- type: custom:decluttering-card
template: popup_timer_card
variables:
- name: Lights Timer
- entity: timer.stairwell_motion_timer
- type: vertical-stack
cards:
- type: custom:bubble-card
@ -2470,6 +2519,8 @@ views:
icon: mdi:motion-sensor
tap_action:
action: toggle
modules:
- default
- type: custom:bubble-card
card_type: separator
name: Lights
@ -2555,7 +2606,7 @@ views:
entity: input_boolean.master_bedroom_aircon_installed
state: 'on'
card:
type: custom:stack-in-card
type: vertical-stack
cards:
- type: custom:bubble-card
card_type: climate
@ -2922,6 +2973,8 @@ views:
action: toggle
hold_action:
action: more-info
modules:
- default
- type: custom:bubble-card
card_type: separator
name: Modes
@ -2948,6 +3001,92 @@ views:
card_type: separator
name: Environment
icon: mdi:thermometer
modules:
- default
- type: conditional
conditions:
- condition: state
entity: input_boolean.emma_bedroom_aircon_installed
state: 'on'
card:
type: vertical-stack
cards:
- type: custom:bubble-card
card_type: climate
sub_button:
- select_attribute: hvac_modes
name: HVAC modes menu
state_background: true
- name: Presets menu
select_attribute: preset_modes
state_background: false
show_arrow: true
name: Thermostat
entity: climate.emma_bedroom_aircon
state_color: false
- type: horizontal-stack
cards:
- type: custom:bubble-card
card_type: button
button_type: state
entity: binary_sensor.emma_bedroom_aircon_compressor
name: Compressor
show_attribute: false
double_tap_action:
action: none
hold_action:
action: none
button_action:
double_tap_action:
action: none
hold_action:
action: none
styles: |-
.bubble-button-background {
opacity: 1 !important;
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important;
}
.bubble-icon {
color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important;
}
- type: custom:bubble-card
card_type: button
button_type: state
entity: binary_sensor.emma_bedroom_aircon_filter_alert
name: Filter
show_attribute: false
double_tap_action:
action: none
hold_action:
action: none
button_action:
double_tap_action:
action: none
hold_action:
action: none
styles: |-
.is-unavailable {
opacity: 0.5 !important;
}
.bubble-button-background {
opacity: 1 !important;
background-color: ${state === 'on' ? 'var(--error-color)' : 'var(--background-color-2)'} !important;
transition: background-color 1s !important;
}
.bubble-icon-container {
background: ${state === 'on' ? 'var(--error-color)' : 'var(--card-background-color)'} !important;
}
.bubble-icon-container::after {
opacity: ${state === 'on' ? 0.3 : 0} !important;
transition: all 1s !important;
}
.bubble-icon {
display: flex !important;
opacity: 0.5 !important;
}
.is-on .bubble-icon {
opacity: 1 !important;
}
- type: conditional
conditions:
- condition: state
@ -2967,58 +3106,8 @@ views:
name: Thermostat
entity: climate.emma_bedroom_vtherm
state_color: false
- type: conditional
conditions:
- condition: state
entity: input_boolean.emma_bedroom_aircon_installed
state: 'on'
card:
type: horizontal-stack
cards:
- type: custom:bubble-card
card_type: button
entity: fan.emma_air_conditioner
name: Air Conditioner
show_state: true
tap_action:
action: toggle
double_tap_action:
action: none
hold_action:
action: more-info
button_action:
double_tap_action:
action: none
styles: |
.bubble-icon {
animation: ${state === 'on' ? 'slow-rotate 2s linear infinite' : ''};
}
@keyframes slow-rotate {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
- type: custom:bubble-card
card_type: button
button_type: state
entity: binary_sensor.emma_aircon_compressor
name: Compressor
double_tap_action:
action: none
hold_action:
action: none
button_action:
double_tap_action:
action: none
hold_action:
action: none
styles: |
.bubble-button-background {
opacity: 1 !important;
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important;
}
.bubble-icon {
color: ${state === 'on' ? 'var(--accent-color)' : 'var(--text-color)'} !important;
}
modules:
- default
- type: horizontal-stack
cards:
- type: custom:bubble-card
@ -3035,12 +3124,30 @@ views:
button_action:
double_tap_action:
action: none
modules:
- default
- type: custom:bubble-card
card_type: empty-column
card_type: button
modules:
- default
entity: switch.emma_bedroom_climate_watchdog
name: Climate Watchdog
show_state: true
tap_action:
action: toggle
hold_action:
action: more-info
double_tap_action:
action: none
button_action:
double_tap_action:
action: none
- type: custom:bubble-card
card_type: separator
name: Status
icon: mdi:list-box
modules:
- default
- type: horizontal-stack
cards:
- type: custom:decluttering-card
@ -3531,71 +3638,6 @@ views:
- entity: script.evening_on_first_floor
- entity: script.evening_on_second_floor
- entity: script.emma_rainbow_lights
- type: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
hash: '#briefings'
button_type: name
name: Briefings
icon: mdi:text
- type: custom:mushroom-template-card
primary: Hello, {{user}}
secondary: >-
{% from 'weather.jinja' import weatherReport %} {% from
'formatting.jinja' import cleanup %} {% import 'status.jinja'
as status %}
{{ weatherReport('full','text') }}
--- Indoor Temps ---
Average: {{
states('sensor.average_room_temperature',with_unit=true) }}
Coldest: {{
state_attr('sensor.coldest_room_temperature','room') }}, {{
states('sensor.coldest_room_temperature',with_unit=true) }}
Warmest: {{
state_attr('sensor.warmest_room_temperature','room') }}, {{
states('sensor.warmest_room_temperature',with_unit=true) }}
--- Lights ---
Average: {{
states('sensor.average_room_illuminance',with_unit=true) }}
Dimmest: {{ state_attr('sensor.dimmest_room','room') }}, {{
states('sensor.dimmest_room',with_unit=true) }}
Brightest: {{ state_attr('sensor.brightest_room','room') }},
{{ states('sensor.brightest_room',with_unit=true) }}
-----------------
{{ cleanup(status.tony_status_report('full','text')) }}
{{ cleanup(status.tina_status_report('full','text')) }}
{{ cleanup(status.kallen_status_report('full','text')) }}
{{ cleanup(status.emma_status_report('full','text')) }}
{{ cleanup(status.house_status_report('full','text')) }}
{{ cleanup(status.laundry_report('full','text')) }}
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
multiline_secondary: true
fill_container: false
- type: vertical-stack
cards:
- type: custom:bubble-card
@ -3773,6 +3815,34 @@ views:
cards: []
max_columns: 4
badges:
- type: custom:mushroom-template-badge
content: Emma has left her room! (Tap to silence)
icon: mdi:alert
color: red
label: Toddler Alert
entity: button.emma_door_alert_cancel
tap_action:
action: toggle
visibility:
- condition: state
entity: timer.emma_door_alert
state: active
- type: custom:mushroom-template-badge
content: Tornado Possible
icon: mdi:weather-tornado
color: red
label: Stay Alert
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
entity: binary_sensor.tornado_possible
visibility:
- condition: state
entity: binary_sensor.tornado_possible
state: 'on'
- type: custom:mushroom-template-badge
content: >-
{{ states('sensor.blitzortung_lightning_counter') }} lightning strikes
@ -3805,6 +3875,348 @@ views:
- condition: state
entity: binary_sensor.raining
state: 'on'
- type: custom:mushroom-template-badge
content: 'Currently: {{ states(''sensor.doors_open'') }}'
icon: mdi:door-open
color: red
entity: binary_sensor.windows
label: Doors Open
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: state
entity: binary_sensor.exterior_doors
state: 'on'
- type: custom:mushroom-template-badge
content: 'Currently: {{ states(''sensor.windows_open'') }}'
icon: mdi:window-open
color: red
entity: binary_sensor.windows
label: Windows Open
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: state
entity: binary_sensor.windows
state: 'on'
- type: custom:mushroom-template-badge
content: Check light switches
icon: mdi:light-switch
color: red
label: Light Issue
visibility:
- condition: state
entity: binary_sensor.light_switch_issue
state: 'on'
- type: custom:mushroom-template-badge
entity: binary_sensor.emma_bedroom_door
icon: |-
{% if is_state(entity,'on') %}
mdi:door-open
{% else %}
mdi:door-closed
{% endif %}
color: |-
{% if is_state(entity,'on') %}
red
{% else %}
green
{% endif %}
label: Emma Door Status
content: |-
{% if is_state(entity,'on') %}
Emma's door has been left open!
{% else %}
Emma's door is closed
{% endif %}
visibility:
- condition: state
entity: binary_sensor.emma_bedroom_door
state: 'on'
- type: custom:mushroom-template-badge
content: |-
{% if is_state(entity,'on') %}
Do Not Enter
{% elif is_state('input_boolean.studio_quiet','on') %}
Studio Quiet
{% else %}
Safe
{% endif %}
entity: input_boolean.do_not_enter_basement_studio
label: Basement Status
color: |-
{% if is_state(entity,'on') %}
red
{% elif is_state('input_boolean.studio_quiet','on') %}
yellow
{% else %}
green
{% endif %}
icon: |-
{% if is_state(entity,'on') %}
mdi:close-circle
{% elif is_state('input_boolean.studio_quiet','on') %}
mdi:alert
{% else %}
mdi:check-circle
{% endif %}
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.tony_morning_meds_taken') }}
icon: mdi:medication
color: ''
entity: input_datetime.tony_morning_meds_taken
label: Tony Morning Meds
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- condition: state
entity: input_boolean.tony_morning_meds_taken
state: 'on'
- condition: state
entity: input_boolean.tony_awake
state: 'on'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.tony_afternoon_meds_taken') }}
icon: mdi:medication
color: ''
entity: input_datetime.tony_morning_meds_taken
label: Tony Afternoon Meds
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- condition: state
entity: input_boolean.tony_afternoon_meds_taken
state: 'on'
- condition: state
entity: input_boolean.tony_awake
state: 'on'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.tony_night_meds_taken') }}
icon: mdi:medication
color: ''
entity: input_datetime.tony_morning_meds_taken
label: Tony Night Meds
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- condition: state
entity: input_boolean.tony_night_meds_taken
state: 'on'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.tina_morning_meds_taken') }}
icon: mdi:medication
color: ''
entity: input_datetime.tina_morning_meds_taken
label: Tina Morning Meds
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- condition: state
entity: input_boolean.tina_morning_meds_taken
state: 'on'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.tina_night_meds_taken') }}
icon: mdi:medication
color: ''
entity: input_datetime.tina_night_meds_taken
label: Tina Night Meds
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- condition: state
entity: input_boolean.tina_night_meds_taken
state: 'on'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.kallen_morning_meds_taken') }}
icon: mdi:medication
color: ''
entity: input_datetime.kallen_morning_meds_taken
label: Kallen Morning Meds
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- 879b4c04e32841b3ad1d2763a11b4e70
- condition: state
entity: input_boolean.kallen_morning_meds_taken
state: 'on'
- condition: state
entity: input_boolean.kallen_sleeping
state: 'off'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.kallen_night_meds_taken') }}
icon: mdi:medication
color: ''
entity: input_datetime.kallen_night_meds_taken
label: Kallen Night Meds
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- 879b4c04e32841b3ad1d2763a11b4e70
- condition: state
entity: input_boolean.kallen_night_meds_taken
state: 'on'
- condition: state
entity: input_boolean.kallen_sleeping
state: 'on'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.emma_awake_at') }}
icon: mdi:weather-sunset-up
color: ''
entity: input_datetime.emma_awake_at
label: Emma Awake At
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- 879b4c04e32841b3ad1d2763a11b4e70
- condition: state
entity: input_boolean.emma_sleeping
state: 'off'
- type: custom:mushroom-template-badge
content: |-
{% from 'time.jinja' import input_datetime_read %}
{{ input_datetime_read('input_datetime.emma_asleep_at') }}
icon: mdi:sleep
color: ''
entity: input_datetime.emma_asleep_at
label: Emma Asleep At
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
visibility:
- condition: user
users:
- f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775
- 879b4c04e32841b3ad1d2763a11b4e70
- condition: state
entity: input_boolean.emma_sleeping
state: 'on'
header:
card:
type: markdown
text_only: true
content: >-
{% from 'weather.jinja' import weatherReport %} {% from
'formatting.jinja' import cleanup %} {% import 'status.jinja' as
status %}
# Hello {{ user }}
{{ weatherReport('full','dashboard') }}
---
--- Climate ---
Average: {{ states('sensor.average_room_temperature',with_unit=true)
}}
Coldest: {{ state_attr('sensor.coldest_room_temperature','room') }},
{{ states('sensor.coldest_room_temperature',with_unit=true) }}
Warmest: {{ state_attr('sensor.warmest_room_temperature','room') }},
{{ states('sensor.warmest_room_temperature',with_unit=true) }}
layout: responsive
badges_position: bottom
- title: Old
path: old
icon: ''