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
Add Garadget automation package with entry helper and auto-unlock features
- Introduced `garadget.yaml` for managing garage door operations via MQTT, including auto-open on arrival and an entry helper prompt for unlocking the front door or opening the garage.
- Updated README.md to include a new section on Garadget automations, highlighting key features and integration details.
- Enhanced automation logic for better user interaction and notifications upon arrival.
#1365
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Live, personal Home Assistant configuration shared for **browsing and inspiratio
44
44
- Dash-button triggers for quick actions: [config/automation/dash_buttons.yaml](config/automation/dash_buttons.yaml)
45
45
- PC lock/unlock-driven lighting via HASS.Agent: [config/packages/hass_agent_homepc.yaml](config/packages/hass_agent_homepc.yaml)
46
46
- Seasonal cuckoo clock with October and Christmas sound packs: [config/automation/System/CucKoo_Clock.yaml](config/automation/System/CucKoo_Clock.yaml)
47
+
- Garage arrival and entry helpers: [config/packages/garadget.yaml](config/packages/garadget.yaml)
47
48
- Battery and solar awareness: [config/packages/powerwall.yaml](config/packages/powerwall.yaml)
Copy file name to clipboardExpand all lines: config/packages/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@ Live collection of plug-and-play Home Assistant packages. Each YAML file in this
49
49
|[hass_agent_homepc.yaml](hass_agent_homepc.yaml)| Mirrors PC lock/unlock state from HASS.Agent to the office lamp for instant desk presence cues. |`sensor.carlo_homepc_carlo_homepc_sessionstate`, `switch.office_lamp_switch`|
50
50
|[finance.yaml](finance.yaml)| Yahoo Finance sensor bundle for portfolio glances and Lovelace cards. |`sensor.tsla`, `sensor.aapl`, `sensor.amzn`, `sensor.msft`|
51
51
52
+
### Garadget automations
53
+
- Logic lives in [garadget.yaml](garadget.yaml): auto-open on arrival, entry helper prompt (unlock front door or open garage), auto-unlock for Paige/Justin, wind checks, nightly open-door reminders, and camera pop-ups.
54
+
- MQTT-based covers for large/small doors; notifications and speech wired to the house notify/speech engines.
0 commit comments