You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`home_time_modes.yaml`| Time-of-Day Logic (Day/Night/Evening) | Time, Sun, Time Pattern |`input_select.house_mode`, `automation.system_manager_home_time_modes`|
15
-
|`mercedes_glc.yaml`| Car control & sensors |*(Template)*|`switch.car_*`, `binary_sensor.car_*`|
16
-
|`nordpool_prices.yaml`| Electricity prices & 15min cost calculation | Time Pattern, HA Start, State |`sensor.electricity_prices`, `nordpool.get_prices_for_date`|
17
-
|`office._pc.yaml`| Office PC Control (WOL, Audio, Display) |*(Template/WOL)*|`switch.office_pc_*`|
18
-
|`philips_air_purifier.yaml`| Air Purifier sensors |*(Template)*|`sensor.purifier_*`|
19
-
|`room_automation.yaml`| Dynamic Room Settings via MQTT | MQTT (`room/#`), HA Start, Time Pattern |`script.create_room_settings`, `automation.system_populate_room_list`|
20
-
|`scenes.yaml`| Lighting Scene Definitions | - |`scene.daylight_scene`, `scene.bedroom_mood`, etc. |
21
-
|`shelly_3em.yaml`| Total Power Aggregation |*(Template)*|`sensor.home_total_power`, `sensor.home_energy_15min`|
22
-
|`smart_notifications.yaml`| Dynamic Notification Router & User Mgmt | HA Start, Time Pattern, MQTT (`notify/#`) |`script.notify_smart_master`, `automation.system_populate_notify_services`|
19
+
| Turn off Coffee Machine Outlet, when schedule is turned on | No description. | state |`single`|\n| Fetch Tomorrow Prices | No description. | time |`single`|\n| Fetch Today Prices | No description. | time |`single`|\n| Notify: Energy Price (Today & Tomorrow) | Sends 'Today's Prices' at 07:00 and 'Tomorrow's Prices' when available. | state, time |`single`|\n| G4 Doorbell - Event Stream to Nest Hub | Streams G4 Doorbell video to Bedroom Display only on doorbell press (24/7) or person on porch (daytime). | numeric_state, state |`single`|\n| Notify: Coffee Ready | Send notification when coffee machine finishes running | state |`single`|\n| Notify: Doorbell Actions | Notify phones with snapshot when doorbell rings, allowing unlock or DND message. | state |`restart`|
This section contains all architectural documentation for the Home Assistant setup, including automations, dashboards, and integrations.
@@ -7,29 +13,15 @@ This section contains all architectural documentation for the Home Assistant set
7
13
-**[Configuration & Structure](structure.md)**:
8
14
Detailed explanation of the **highly commented configuration.yaml** and the full **directory structure** (file tree). This is the best place to start understanding how the system is organized.
9
15
10
-
-**[Dashboards](dashboards.md)**:
11
-
Overview of the Lovelace dashboards, view strategies, and custom cards used in the frontend.
12
-
13
-
## Packages
14
-
The system uses the `packages/` folder to bundle related automations, scripts, and configurations. Below is an index of the available packages:
<br> :material-arrow-right-bottom: *Manages temperature settings and schedules for the Bathroom Floor Heat (Aqara W500 Climate). Includes logic for high electricity price reduction and shower occupancy boost.*
20
+
-**[Car](./car.md)**
21
+
<br> :material-arrow-right-bottom: *Unified logic for Mercedes GLC. Normalizes sensors (Windows/Doors), wrapper switches, and Status Notifications.*
22
+
-**[Dishwasher](./dishwasher.md)**
23
+
<br> :material-arrow-right-bottom: *Logic, sensors, flags, and automations for the LG Dishwasher. Handles normalization of LG ThinQ data, maintenance reminders, and leak detection.*
24
+
-**[Dna Tv Hub](./dna_tv_hub.md)**
25
+
<br> :material-arrow-right-bottom: *Template switch for DNA TV Hub remote control*
26
+
-**[Garmin](./garmin.md)**
27
+
<br> :material-arrow-right-bottom: *Placeholder for Garmin integration*
0 commit comments