18 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
3 changed files with 2232 additions and 630 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff