2018-02-27 11:56:52 -05:00
< h1 align = "center" >
2024-11-11 05:08:41 +00:00
< a name = "logo" href = "https://www.vCloudInfo.com/tag/iot" > < img src = "https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/x_profile.png" alt = "Bear Stone Smart Home" width = "200" > < / a >
2018-02-27 11:56:52 -05:00
< br >
2019-04-03 13:06:56 -04:00
Bear Stone Smart Home Documentation
2018-02-27 11:56:52 -05:00
< / h1 >
2019-04-03 13:06:56 -04:00
< h4 align = "center" > Be sure to :star: my configuration repo so you can keep up to date on any daily progress!< / h4 >
2025-11-22 14:44:57 -05:00
2018-02-27 12:07:37 -05:00
< div align = "center" >
2022-12-22 10:04:00 -05:00
2025-01-24 18:02:23 +00:00
[](https://x.com/ccostan)
2022-12-22 10:04:00 -05:00
[](https://www.youtube.com/vCloudInfo?sub_confirmation=1)
2025-11-22 15:03:07 -05:00
[](https://github.com/CCOSTAN) < br >
2024-12-24 11:42:24 -05:00
[](https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/.HA_VERSION)
2025-11-22 14:44:57 -05:00
[](https://github.com/CCOSTAN/Home-AssistantConfig/commits/master)
[](https://github.com/CCOSTAN/Home-AssistantConfig/commits/master)
2022-12-22 10:04:00 -05:00
2018-02-28 22:52:07 -05:00
< / div >
2018-02-27 23:48:35 -05:00
2025-11-22 14:44:57 -05:00
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.
2019-08-10 01:30:00 -04:00
2025-11-22 14:44:57 -05:00
### Quick navigation
2025-11-22 15:03:07 -05:00
- [Blog ](https://www.vcloudinfo.com ) | [Issues ](https://github.com/CCOSTAN/Home-AssistantConfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc ) | [Diagram ](https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/bearstoneflow.png ) | [YouTube ](https://youtube.com/vCloudInfo )
2025-11-22 14:44:57 -05:00
- Config highlights: `config/packages` , `config/automation` , `config/script` , `config/scene` , `config/templates` , `config/www`
- Gear & affiliate catalog: see `docs/legacy-readme.md` (full device list with links)
2019-08-10 01:30:00 -04:00
2025-11-22 14:44:57 -05:00

2019-08-10 01:30:00 -04:00
2025-11-22 14:44:57 -05:00
### What this repo is (and isn't)
- A live record of how my smart home runs, with real-world automations, scripts, and scenes.
- A place to reverse-engineer patterns, not a deployment guide. If you reuse snippets, adjust entities, secrets, and services to fit your setup.
- Issues double as a changelog and design history; browse them for rationale behind changes.
2018-02-27 23:34:22 -05:00
2025-11-22 14:44:57 -05:00
### Repo layout and files you won't see
- Reusable config lives under `config/` (see the quick navigation paths above).
- Runtime artifacts are hidden by `.gitignore` and won't show up on GitHub (e.g., `home-assistant_v2.db*` , logs, `deps/` , `.venv/` , backups). Look at the YAML and scripts for the actual logic and regenerate your own `secrets.yaml` .
2018-05-27 16:24:45 -04:00
2025-11-22 14:44:57 -05:00
### Platform
- Runs on Docker/compose today; this README is a browsing guide, not a how-to-install. Current HA version is tracked in `config/.HA_VERSION` (see the badge above).
2018-05-27 16:11:22 -04:00
2025-11-22 14:44:57 -05:00
### Featured examples to start with
- Alarm and perimeter monitoring: [config/packages/alarm.yaml ](config/packages/alarm.yaml )
- Garage routines and entry lighting: [config/packages/garadget.yaml ](config/packages/garadget.yaml ), [config/automation/garage_entry_light.yaml ](config/automation/garage_entry_light.yaml )
- Holiday/front-of-house color scenes: [config/scene/monthly_colors.yaml ](config/scene/monthly_colors.yaml ), [config/script/monthly_color_scene.yaml ](config/script/monthly_color_scene.yaml )
- Dash-button triggers for quick actions: [config/automation/dash_buttons.yaml ](config/automation/dash_buttons.yaml )
- Battery and solar awareness: [config/packages/powerwall.yaml ](config/packages/powerwall.yaml )
- Presence-aware office comfort: [config/packages/office_motion.yaml ](config/packages/office_motion.yaml )
- Weather-aware lighting: [config/automation/dark_rainy_day.yaml ](config/automation/dark_rainy_day.yaml )
2018-05-27 16:11:22 -04:00
2025-11-22 14:44:57 -05:00
### Network diagram

2019-02-08 11:40:15 -05:00
2025-11-22 14:44:57 -05:00
### Gear tied to real automations (affiliate links)
Only listing hardware that appears in active packages/automations here. The full catalog (including older gear) remains in `docs/legacy-readme.md` .
| Device | What it drives (friendly name -> file) | Buy |
| --- | --- | --- |
| Garadget garage door controller | Garage doors: open/close, reflection alerts - [garadget package ](config/packages/garadget.yaml ) | [](https://amzn.to/2jQLpVQ) |
| Phyn Plus water shutoff | Leak detection + auto shutoff - [phynplus package ](config/packages/phynplus.yaml ) | [](https://amzn.to/2Zy3sbJ) |
| Rachio sprinkler controller | Rain-skips and seasonal watering - [rachio package ](config/packages/rachio.yaml ) | [](https://amzn.to/2eoPKBW) |
| Tesla Powerwall 2 | Grid-outage alerts + load-shed automations - [powerwall package ](config/packages/powerwall.yaml ) | [](https://amzn.to/3UM4BZ5) |
| NodeMCU motion sensor | Office motion lighting - [office_motion package ](config/packages/office_motion.yaml ) | [](https://amzn.to/2oUgj5i) |
| Raspberry Pi 3 + Aeon Z-Wave stick | Z-Wave backbone for door/hall sensors - [garage entry helper ](config/automation/garage_entry_light.yaml ) | [](https://amzn.to/2e3DOBY) [](https://amzn.to/2eAiAP0) |
| Roku streaming device | TV presence -> scenes/lighting - [roku package ](config/packages/roku.yaml ) | [](https://amzn.to/2Ctp8cr) |
| Amazon Dash Button | Quick actions (office lamp toggle) - [dash buttons automation ](config/automation/dash_buttons.yaml ) | [](https://amzn.to/2dPKZhM) |
| Dreame/Neato vacuum | Cleaning schedules + notifications - [vacuum package ](config/packages/vacuum.yaml ) | [](https://amzn.to/4f7NpFP) |
| Flux/LED strip controller | Monthly color scenes for exterior - [monthly color scene ](config/script/monthly_color_scene.yaml ) | [](https://amzn.to/2jUBSBE) |
| Etekcity/433MHz outlet | Accent lighting relays - [garage entry helper ](config/automation/garage_entry_light.yaml ) | [](https://amzn.to/2efNoBP) |
### Gear and affiliate links
- I keep a detailed, affiliate-supported gear list in `docs/legacy-readme.md` . Browsing or purchasing through those links helps support this project; thanks!
### Stay connected
- Blog: [vCloudInfo.com/tag/iot ](https://www.VCloudInfo.com/tag/iot )
- YouTube: [youtube.com/vCloudInfo ](https://youtube.com/vCloudInfo )
- X: [@ccostan ](https://x.com/ccostan ) | [@BearStoneHA ](https://x.com/BearStoneHA )
- Mailing list: [Subscribe ](https://eepurl.com/dmXFYz )
- Buy me a coffee: [link ](https://www.buymeacoffee.com/vCloudInfo )