26 Commits

Author SHA1 Message Date
008b500b74 Replace main_button_state_red with state_color_button_nav 2025-07-13 21:40:47 -04:00
367fadf870 Improve testing page for better, well, testing 2025-07-13 21:05:00 -04:00
8c4fd26d39 Fix visibility for NWS SPC status chips 2025-07-13 21:04:19 -04:00
d1d6f916e0 Add NWS SPC status chips for the daily severe weather outlooks 2025-07-11 21:23:48 -04:00
28419a49fa Fix door status chip looking at windows instead of doors 2025-07-11 21:23:26 -04:00
63d1c5ab23 Switch RAM usage sensors to one that, like, works 2025-07-11 21:22:55 -04:00
3258cd7922 Switch to Gauge Card Pro for computer stats displays 2025-07-09 16:58:39 -04:00
4441a0f4aa Add icons to headers on weather page 2025-07-08 16:37:00 -04:00
93551c62d5 Add SPC outlooks to weather page 2025-07-08 16:28:20 -04:00
4c4a0365bc New rotating icon module 2025-07-08 06:53:16 -04:00
25421d50ee State Color Button module replacing security and accent color buttons 2025-07-08 03:57:26 -04:00
35f0394310 Add testing view to mobile dashboard 2025-07-08 01:31:29 -04:00
91a328058f Use new popup timer bubble card module 2025-07-07 21:58:15 -04:00
70eff59703 Move more button card button theming to modules 2025-07-07 18:24:22 -04:00
1a4cc3503a Move some bubble card button theming to modules 2025-07-07 05:04:40 -04:00
60157b38ce Add basement studio recliner mode to mobile dashboard
home_automation/Home-Assistant-Configs#249
2025-06-26 17:32:31 -04:00
8abe309085 Add state maps to home feed card on admin dashboard 2025-06-18 16:43:18 -04:00
2fd2ad50cc Add server mainenance chip to mobile dashboard 2025-06-15 17:44:30 -04:00
33c92039ce Add temp dashboard for laundry timers 2025-06-13 20:11:15 -04:00
f15b01da8e Merge branch 'sunset-rework' into dev 2025-05-29 17:32:22 -04:00
e2e554dcd5 Add new sunset lighting controls to admin dashboard
home_automation/HA-NerdFlows#32
2025-05-29 17:32:01 -04:00
d16cd1afe9 Add outdoor temp and lux to front porch card on main dashboard 2025-05-29 17:31:50 -04:00
4e7306fb00 Switch weather test dashboard over to a sections view 2025-05-28 16:23:33 -04:00
fae4f18ab9 Add shower mode status chip to mobile dashboard
home_automation/Home-Assistant-Configs#248
2025-05-25 13:55:09 -04:00
3776b6e413 Use locally calculated SLP in weather dashboard 2025-05-24 20:17:21 -04:00
9cd85f5b9f Add rain intensity to rain status chip on mobile dashboard
home_automation/Home-Assistant-Configs#247
2025-05-23 21:34:10 -04:00
3 changed files with 2730 additions and 837 deletions

View File

@ -354,42 +354,148 @@ views:
- entity: automation.family_has_left - entity: automation.family_has_left
- entity: switch.presence_simulation - entity: switch.presence_simulation
- entity: binary_sensor.front_door - entity: binary_sensor.front_door
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.back_door - entity: binary_sensor.back_door
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.basement_studio_door - entity: binary_sensor.basement_studio_door
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.emma_bedroom_door - entity: binary_sensor.emma_bedroom_door
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.front_window_1 - entity: binary_sensor.front_window_1
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.front_window_2 - entity: binary_sensor.front_window_2
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.kitchen_big_window - entity: binary_sensor.kitchen_big_window
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.living_room_front_motion - entity: binary_sensor.living_room_front_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.downstairs_bathroom_motion - entity: binary_sensor.downstairs_bathroom_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.upstairs_bathroom_motion - entity: binary_sensor.upstairs_bathroom_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.stairwell_bottom_motion - entity: binary_sensor.stairwell_bottom_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.emma_bedroom_motion - entity: binary_sensor.emma_bedroom_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.living_room_back_motion - entity: binary_sensor.living_room_back_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.mud_room_motion - entity: binary_sensor.mud_room_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.basement_studio_motion - entity: binary_sensor.basement_studio_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.stairwell_top_motion - entity: binary_sensor.stairwell_top_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.kallen_bedroom_motion - entity: binary_sensor.kallen_bedroom_motion
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.master_bedroom_motion - entity: binary_sensor.master_bedroom_motion
state_map:
'on': Detected
'off': Clear
- entity: alarm_control_panel.nerdhome_alarm_panel - entity: alarm_control_panel.nerdhome_alarm_panel
name: Nerd Home Alarm name: Nerd Home Alarm
state_map:
disarmed: Disarmed
armed_home: Armed Home
armed_away: Armed Away
- entity: binary_sensor.front_doorbell_ding_mqtt - entity: binary_sensor.front_doorbell_ding_mqtt
state_map:
'on': Ringing
'off': Clear
- entity: binary_sensor.front_doorbell_motion_mqtt - entity: binary_sensor.front_doorbell_motion_mqtt
state_map:
'on': Detected
'off': Clear
- entity: binary_sensor.stairway_window_lower - entity: binary_sensor.stairway_window_lower
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.mud_room_window - entity: binary_sensor.mud_room_window
state_map:
'on': Open
'off': Closed
- entity: input_boolean.lockdown_issue - entity: input_boolean.lockdown_issue
- entity: binary_sensor.front_window_3 - entity: binary_sensor.front_window_3
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.side_window_1 - entity: binary_sensor.side_window_1
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.side_window_2 - entity: binary_sensor.side_window_2
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.side_window_3 - entity: binary_sensor.side_window_3
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.side_window_4 - entity: binary_sensor.side_window_4
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.back_window_1 - entity: binary_sensor.back_window_1
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.back_window_2 - entity: binary_sensor.back_window_2
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.kitchen_sink_window - entity: binary_sensor.kitchen_sink_window
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.downstairs_bathroom_window_1 - entity: binary_sensor.downstairs_bathroom_window_1
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.downstairs_bathroom_window_2 - entity: binary_sensor.downstairs_bathroom_window_2
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.stairway_window_upper - entity: binary_sensor.stairway_window_upper
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.upstairs_bathroom_window - entity: binary_sensor.upstairs_bathroom_window
state_map:
'on': Open
'off': Closed
- entity: sensor.living_room_windows_open - entity: sensor.living_room_windows_open
name: Living Room Windows name: Living Room Windows
- type: grid - type: grid
@ -1386,6 +1492,9 @@ views:
name: Wakeup Fade - Day name: Wakeup Fade - Day
- entity: input_number.wakeup_lights_fade_night - entity: input_number.wakeup_lights_fade_night
name: Wakeup Fade - Night name: Wakeup Fade - Night
- entity: input_number.sunset_lights_outdoor_lux_threshold
name: Sunset Lights Threshold
- entity: input_boolean.sunset_lights_triggered
show_header_toggle: false show_header_toggle: false
state_color: true state_color: true
- type: entities - type: entities

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff