ランキングに戻る

CCOSTAN/Home-AssistantConfig

Pythonvcloudinfo.com

:house: Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to :star: it. Updated FREQUENTLY!

home-assistanthome-automationautomationhomeautomationhueled-controllerhome-assistant-confighomeassistant-configyoutubesmarthomehomeassistantlovelace
スター成長
スター
5.2k
フォーク
502
週間成長
Issue
92
2k4k
2016年10月2020年1月2023年4月2026年7月
成果物PyPIpip install home-assistantconfig
README

Bear Stone Smart Home
Bear Stone Smart Home Documentation

Be sure to :star: my configuration repo so you can keep up to date on any daily progress!

X Follow YouTube Subscribe GitHub Stars
HA Version Badge Last Commit Commit Activity

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.

Latest video: Turn TeslaMate Data Into Road Trip Reports with Codex

Turn TeslaMate Data Into Road Trip Reports with Codex

TeslaMate keeps the detailed drive and charging history. Codex groups complete road trips, calculates the useful metrics with data-quality caveats, compares prior qualifying trips, and flags personal records. The Home Assistant bridge delivers compact milestone and final alerts to both household recipients while the long-form channel keeps the detailed report. Watch on YouTube vCloudInfo Blog Post. Browse YAML source: bearclaw and issue #1845 for the public implementation notes.

Quick navigation

Home Assistant header

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.

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.

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).
  • Camera ingest path (current): wyze-bridge runs on docker_10 and Frigate runs on docker_14, consuming Wyze RTSP via 192.168.10.10:8554 for stability.
  • Alarm and perimeter monitoring: YAML source: alarm
  • Garage routines and entry lighting: YAML source: garadget, YAML source: garage_entry_light, Watch on YouTube
  • LLM Vision package reminders: YAML source: llmvision, Watch on YouTube
  • Docker update reporting and exception review: YAML source: tugtainer_updates, config/dashboards/infrastructure, Watch on YouTube, vCloudInfo Blog Post
  • Entity registry and Docker telemetry cleanup: YAML source: docker_infrastructure, YAML source: infrastructure, recorder, logbook, Watch on YouTube, vCloudInfo Blog Post
  • Codex reset-credit tracking: YAML source: bearclaw, config/dashboards/infrastructure, Watch on YouTube
  • TeslaMate road-trip reports and milestone alerts: YAML source: bearclaw, issue #1845, Watch on YouTube, vCloudInfo Blog Post
  • Water leak response loop: YAML source: phynplus, Watch on YouTube
  • Water softener salt maintenance: YAML source: maintenance_log, YAML source: 09_salt_trends, YAML source: water_sections, Watch on YouTube, vCloudInfo Blog Post, issue #1816
  • Sprinkler status and last-run dashboard: YAML source: rachio, YAML source: 10_sprinklers, YAML source: home_water_sections, Watch on YouTube, vCloudInfo Blog Post
  • Bedroom camera kiosk tablet: YAML source: kiosk_tablet, config/dashboards/kiosk, Watch on YouTube
  • Holiday/front-of-house color scenes: YAML source: monthly_colors, YAML source: monthly_color_scene
  • Dash-button triggers for quick actions: YAML source: dash_buttons
  • PC lock/unlock-driven lighting plus workday wake-up via HASS.Agent + Wake on LAN: YAML source: hass_agent_homepc
  • Seasonal cuckoo clock with patriotic, October, and Christmas sound packs: YAML source: CucKoo_Clock
  • Garage arrival and entry helpers: YAML source: garadget
  • Vacation Mode and house-sitter checks: YAML source: vacation_mode
  • HVAC runtime maintenance loop: YAML source: climate, YAML source: water_sections, Watch on YouTube
  • Snoozeable maintenance notifications: YAML source: climate, YAML source: printer, YAML source: vacation_mode, Watch on YouTube
  • Battery and solar awareness: YAML source: powerwall, Watch on YouTube, vCloudInfo Blog Post
  • Presence-aware office comfort: YAML source: office_motion
  • Weather-aware lighting: YAML source: dark_rainy_day

Network diagram

Home Assistant Docker Ecosystem

Editable topology source: Mermaid and notes.

Docker add-ons & utilities

Container Repo/Docs Purpose
Duplicati duplicati/duplicati Off-box, versioned backups for HA config, media, and infrastructure compose/config trees.
Cloudflared cloudflare/cloudflared Secure tunnel/edge access to Home Assistant without opening inbound ports.
WordPress wordpress Hosts vCloudInfo.com for docs, how-tos, videos, and long-form writeups that accompany this config.

Only listing hardware that appears in active packages/automations or has an open implementation issue here. https://amzn.to/48jVzZ3

Device What it drives (friendly name -> file) Buy
Amazon Fire tablet wall kiosk Bedroom camera screen with Fully Kiosk recovery, bedtime dimming, and a dedicated YAML dashboard - YAML source: kiosk_tablet, kiosk dashboard, Watch on YouTube Tablet Mount
Garadget garage door controller Garage doors: open/close, arrival helpers, wind alerts, and nighttime reminders - YAML source: garadget, Watch on YouTube, vCloudInfo Blog Post Buy
August smart lock Front-door lock control + status - YAML source: august Buy
Phyn Plus water shutoff Leak detection + auto shutoff - YAML source: phynplus, Watch on YouTube, vCloudInfo Blog Post, vCloudInfo Blog Post Buy
Rachio sprinkler controller Rain-skips, active-zone status, trigger-derived last-run history, and dashboard controls - YAML source: rachio, YAML source: 10_sprinklers, YAML source: home_water_sections, Watch on YouTube, vCloudInfo Blog Post Buy
Tesla Powerwall 2 Grid-outage alerts, charging watchdog, and load-shed automations - YAML source: powerwall, Watch on YouTube, vCloudInfo Blog Post Buy
Google Nest thermostat HVAC schedules plus runtime-based filter reminders and condenser-line cleanout tracking - YAML source: climate, YAML source: water_sections, Watch on YouTube Buy
NodeMCU motion sensor Office motion lighting - YAML source: office_motion Buy
Raspberry Pi 3 + Aeon Z-Wave stick Z-Wave backbone for door/hall sensors - YAML source: garage_entry_light, Watch on YouTube Pi Z-Wave
Roku streaming device TV presence -> scenes/lighting - YAML source: roku Buy
Amazon Dash Button Quick actions (office lamp toggle) - YAML source: dash_buttons Buy
Amazon Echo Show Front door camera pop-up when the August lock unlocks - YAML source: august Buy
Amazon Echo Glow Visual notification light candidate for Home Assistant status cues - GitHub issue: 1827 Buy
Dreame/Neato vacuum Cleaning schedules, room queues, Alexa room cleans, and rescue notifications - YAML source: vacuum, Watch on YouTube, vCloudInfo Blog Post Buy
Flux/LED strip controller Monthly color scenes for exterior - YAML source: monthly_color_scene Buy
Etekcity/433MHz outlet Accent lighting relays - YAML source: garage_entry_light Buy

All of my configuration files are tested against the most stable version of home-assistant.

Still have questions on my Config?
Message me on X : Follow CCostan

Buy me a coffeeYou can buy me a coffeeBuy me a coffee

Affiliate Disclosure

関連リポジトリ
ruvnet/RuView

π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.

Rustcrates.ioMIT Licensedenseposewifi
cognitum.one/RuView
82.8k11.1k
blakeblackshear/frigate

NVR with realtime local object detection for IP cameras

TypeScriptnpmMIT Licensertsprealtime
frigate.video
34.5k3.4k
community-scripts/ProxmoxVE

Proxmox VE Helper-Scripts (Community Edition)

ShellMIT Licensehome-assistanthome-automation
community-scripts.org
29k2.8k
mikeroyal/Self-Hosting-Guide

Self-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automation, Home Assistant, and Networking.

Dockerfileself-hostedselfhosted
22k1.1k
XiaoMi/ha_xiaomi_home

Xiaomi Home Integration for Home Assistant

PythonPyPIOtherhome-assistant-integrationmiot-devices
21.9k1.2k
tteck/Proxmox

Proxmox VE Helper-Scripts

ShellMIT Licenseproxmoxhome-assistant
helper-scripts.com
15.2k2.5k
AlexxIT/go2rtc

Ultimate camera streaming application

GoGo ModulesMIT Licenseffmpeghassio
go2rtc.org
13.5k1.2k
esphome/esphome

ESPHome is a system to control your ESP32, ESP8266, BK72xx, RP2040 by simple yet powerful configuration files and control them remotely through Home Automation systems.

C++Otherhome-automationiot
esphome.io
11.4k5.5k
home-assistant/home-assistant.io

:blue_book: Home Assistant User documentation

HTMLOtherdocumentationjekyll
home-assistant.io
9.6k8.4k
francescopace/espectre

🛜 ESPectre 👻 - Motion detection system based on Wi-Fi spectre analysis (CSI), with Home Assistant integration.

PythonPyPIGNU General Public License v3.0csihome-assistant
espectre.dev
8.8k667
frenck/awesome-home-assistant

A curated list of amazingly awesome Home Assistant resources.

PythonPyPICreative Commons Attribution 4.0 Internationalawesomeawesome-list
awesome-ha.com
8.3k419
hacs/integration

HACS gives you a powerful UI to handle downloads of all your custom needs.

PythonPyPIMIT Licensepackage-managerhacs
hacs.xyz
7.6k1.6k