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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@
18
18
19
19
Live, personal Home Assistant configuration shared for **browsing and inspiration**. This is not a turnkey clone-and-run setup; borrow ideas, adapt entity IDs/secrets, and test in your own environment.
20
20
21
-
### Latest video: Track Codex Resets in Home Assistant Before They Expire
22
-
[](https://youtu.be/7wKhtrvtyiI)
21
+
### Latest video: Tesla Powerwall Stopped Charging: Home Assistant Watchdog
22
+
[](https://youtu.be/hR_0lFEE2bA)
23
23
24
-
This walkthrough shows how I track Codex reset credits in Home Assistant: a reset-credit JSON feed, REST/template sensors, a dashboard card with expiration dates, and a Repair that stays open while any reset is within 7 days of expiring. [Watch the video](https://youtu.be/7wKhtrvtyiI), read the [companion blog post](https://www.vcloudinfo.com/2026/06/track-codex-resets-home-assistant.html), browse the YAML in [config/packages/bearclaw.yaml](config/packages/bearclaw.yaml), and see the dashboard source in [config/dashboards/infrastructure](config/dashboards/infrastructure).
24
+
This walkthrough shows the Home Assistant watchdog I built after my Tesla Powerwall stopped charging before Hurricane Milton: outage visibility, load shedding, alerts when the Powerwall stays low after grid power returns, and guarded recovery once the grid is stable. [Watch the video](https://youtu.be/hR_0lFEE2bA), read the [companion blog post](https://www.vcloudinfo.com/2026/06/tesla-powerwall-home-assistant-watchdog.html), browse the YAML in [config/packages/powerwall.yaml](config/packages/powerwall.yaml), and follow the background in [issue #1490](https://github.com/CCOSTAN/Home-AssistantConfig/issues/1490).
25
25
26
26
### Quick navigation
27
27
- You are here: `/` (root repo guide)
@@ -58,7 +58,7 @@ This walkthrough shows how I track Codex reset credits in Home Assistant: a rese
58
58
- Garage arrival and entry helpers: [config/packages/garadget.yaml](config/packages/garadget.yaml)
59
59
- Vacation Mode and house-sitter checks: [config/packages/vacation_mode.yaml](config/packages/vacation_mode.yaml)
- Battery and solar awareness: [config/packages/powerwall.yaml](config/packages/powerwall.yaml)
61
+
- Battery and solar awareness: [config/packages/powerwall.yaml](config/packages/powerwall.yaml), [video walkthrough](https://youtu.be/hR_0lFEE2bA), [companion post](https://www.vcloudinfo.com/2026/06/tesla-powerwall-home-assistant-watchdog.html)
| August smart lock | Front-door lock control + status - [august package](config/packages/august.yaml)|[](https://amzn.to/48jVzZ3)|
86
86
| Phyn Plus water shutoff | Leak detection + auto shutoff - [phynplus package](config/packages/phynplus.yaml), [video walkthrough](https://youtu.be/xbhgWnomFYI), [companion post](https://www.vcloudinfo.com/2026/06/home-assistant-leak-detection-automations.html), [original write-up](https://www.vcloudinfo.com/2020/05/phyn-plus-smart-water-shutoff-device.html)|[](https://amzn.to/2Zy3sbJ)|
Copy file name to clipboardExpand all lines: config/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Live view of the `config/` directory my production Home Assistant instance loads
51
51
| Dashboards & Media | UI chrome, floorplans, sound bites, and automation assets. |[dashboards/kiosk](dashboards/kiosk), [www/custom_ui/floorplan/images/branding/Bear-Stone-Docker-Diagram.jpg](www/custom_ui/floorplan/images/branding/Bear-Stone-Docker-Diagram.jpg), [media/](media)|
52
52
| Seasonal Audio | Cuckoo clock with Halloween and Christmas sound packs. |[automation/System/CucKoo_Clock.yaml](automation/System/CucKoo_Clock.yaml)|
53
53
54
-
The latest walkthrough shows Codex reset-credit tracking in Home Assistant: [video](https://youtu.be/7wKhtrvtyiI), [companion post](https://www.vcloudinfo.com/2026/06/track-codex-resets-home-assistant.html), YAML in [packages/bearclaw.yaml](packages/bearclaw.yaml), and the dashboard source in [dashboards/infrastructure](dashboards/infrastructure). The earlier leak-detection, kiosk, and LLM Vision walkthroughs are still available with examples in [packages/phynplus.yaml](packages/phynplus.yaml), [packages/kiosk_tablet.yaml](packages/kiosk_tablet.yaml), and [packages/llmvision.yaml](packages/llmvision.yaml).
54
+
The latest walkthrough shows the Tesla Powerwall watchdog in Home Assistant: [video](https://youtu.be/hR_0lFEE2bA), [companion post](https://www.vcloudinfo.com/2026/06/tesla-powerwall-home-assistant-watchdog.html), YAML in [packages/powerwall.yaml](packages/powerwall.yaml), and the background in [issue #1490](https://github.com/CCOSTAN/Home-AssistantConfig/issues/1490). The earlier Codex reset-credit, leak-detection, kiosk, and LLM Vision walkthroughs are still available with examples in[packages/bearclaw.yaml](packages/bearclaw.yaml),[packages/phynplus.yaml](packages/phynplus.yaml), [packages/kiosk_tablet.yaml](packages/kiosk_tablet.yaml), and [packages/llmvision.yaml](packages/llmvision.yaml).
55
55
56
56
### Gear tied to these automations (affiliate links)
57
57
Only including devices that have active references in the files above.
@@ -64,7 +64,7 @@ Only including devices that have active references in the files above.
64
64
| Amazon Echo Show | Pops up the front doorbell camera when the August lock unlocks – [august package](packages/august.yaml)|[](https://amzn.to/4ptA3YO)|
65
65
| Phyn Plus water shutoff | Leak detection + auto shutoff - [phynplus package](packages/phynplus.yaml), [video walkthrough](https://youtu.be/xbhgWnomFYI), [companion post](https://www.vcloudinfo.com/2026/06/home-assistant-leak-detection-automations.html), [original write-up](https://www.vcloudinfo.com/2020/05/phyn-plus-smart-water-shutoff-device.html)|[](https://amzn.to/2Zy3sbJ)|
0 commit comments