diff --git a/config/automation/README.md b/config/automation/README.md index 8c70b583..a563ba0c 100755 --- a/config/automation/README.md +++ b/config/automation/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -37,7 +36,6 @@ Event-driven automations that sit outside the self-contained packages. These tie - Use these as patterns if you are migrating UI-created automations out of `automations.yaml`. - Most automations expose helpers (input booleans, scenes) so you can extend them without editing IDs. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/automation/Speech/README.md b/config/automation/Speech/README.md index 7d6d8b48..1b0c173f 100755 --- a/config/automation/Speech/README.md +++ b/config/automation/Speech/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -36,7 +35,6 @@ Speech-first automations: contextual announcements, stats briefings, guest mode - Pairs with `script/speech_engine.yaml` and `templates/speech/briefing.yaml` for reusable phrasing. - Keep announcements short; most are triggered off sensor changes or scheduled briefings. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/automation/System/README.md b/config/automation/System/README.md index 8ab57a67..fc70ff40 100755 --- a/config/automation/System/README.md +++ b/config/automation/System/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -17,7 +16,7 @@ -Meta automations that keep Home Assistant healthy—watchdogs, diagnostics, and recovery tasks for the stack itself. +Meta automations that keep Home Assistant healthy�watchdogs, diagnostics, and recovery tasks for the stack itself. ### Quick navigation - [Repo overview](../../../README.md) | [Config index](../../README.md) | [Automation home](..) | [Packages](../../packages) @@ -36,7 +35,6 @@ Meta automations that keep Home Assistant healthy - Great place to drop temporary diagnostics without touching user-facing automations. - When cloning, change `id:` fields to avoid UUID collisions. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/automation/Timed_Triggers/README.md b/config/automation/Timed_Triggers/README.md index ab5c7e40..cd6481dc 100755 --- a/config/automation/Timed_Triggers/README.md +++ b/config/automation/Timed_Triggers/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -36,7 +35,6 @@ Time-based routines for wake/sleep cycles, sunrise/sunset shifts, and nightly wa - If you add new timed routines, keep names numeric or descriptive for easy sorting. - Template your conditions to respect holidays/guests before firing loud routines. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/dashboards/README.md b/config/dashboards/README.md index b67264a3..208ecc1c 100644 --- a/config/dashboards/README.md +++ b/config/dashboards/README.md @@ -1,3 +1,21 @@ +

+ 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](https://img.shields.io/static/v1?label=talk&message=3k&color=blue&logo=twitter&style=for-the-badge)](https://x.com/ccostan) +[![YouTube Subscribe](https://img.shields.io/youtube/channel/subscribers/UC301G8JJFzY0BZ_0lshpKpQ?label=VIEW&logo=Youtube&logoColor=%23DF5D44&style=for-the-badge)](https://www.youtube.com/vCloudInfo?sub_confirmation=1) +[![GitHub Stars](https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig?label=STARS&logo=Github&style=for-the-badge)](https://github.com/CCOSTAN)
+[![HA Version Badge](https://raw.githubusercontent.com/ccostan/home-assistantconfig/master/ha-version-badge.svg)](https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/.HA_VERSION) +[![Last Commit](https://img.shields.io/github/last-commit/CCOSTAN/Home-AssistantConfig.svg?style=plastic)](https://github.com/CCOSTAN/Home-AssistantConfig/commits/master) +[![Commit Activity](https://img.shields.io/github/commit-activity/y/CCOSTAN/Home-AssistantConfig.svg?style=plastic)](https://github.com/CCOSTAN/Home-AssistantConfig/commits/master) + +
+

Dashboards (Lovelace YAML)

@@ -48,3 +66,18 @@ This folder is referenced from `config/configuration.yaml` via: ### Notes - Do not edit `config/.storage` by hand. Export once, then maintain the YAML files here. - It is safe to restart Home Assistant after dashboard changes as long as a configuration check passes first. + +**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](https://img.shields.io/twitter/follow/CCostan)](https://www.x.com/ccostan) + +

+Buy me a coffeeYou can buy me a coffeeBuy me a coffee +
+
+ +Affiliate Disclosure +

diff --git a/config/group/README.md b/config/group/README.md index 8038609a..5810f151 100755 --- a/config/group/README.md +++ b/config/group/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -35,7 +34,6 @@ Logical groupings (doors, locks, media, motion, switches) that make automations - Use groups in conditions to reduce repetitive entity lists. - Name groups after their purpose (alerts, climate, lights) for clarity. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/input_boolean/README.md b/config/input_boolean/README.md index 5eab7217..c575f586 100755 --- a/config/input_boolean/README.md +++ b/config/input_boolean/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -35,7 +34,6 @@ Mode and trigger toggles that drive automations (guest mode, parties, presence o - Flip booleans in the UI or via scripts to steer automations without edits. - Prefix experimental toggles with the feature name to keep them organized. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/packages/triggers/README.md b/config/packages/triggers/README.md index 1fa33e0e..77b4eaf2 100755 --- a/config/packages/triggers/README.md +++ b/config/packages/triggers/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -36,7 +35,6 @@ Small, reusable trigger packages�button presses, state trackers, and helper fl - Drop these alongside your packages to keep repeated patterns DRY. - Most helpers expose booleans/entities you can hook into without editing their logic. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/scene/README.md b/config/scene/README.md index 2c2e6984..dcb2e833 100755 --- a/config/scene/README.md +++ b/config/scene/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -60,7 +59,6 @@ Reusable lighting and ambiance presets. Automations and scripts call these scene - Adjust scenes once and let all dependent automations inherit the change. - Pair with `script/monthly_color_scene.yaml` for dynamic monthly palettes. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/script/README.md b/config/script/README.md index c404aeaf..886a8711 100755 --- a/config/script/README.md +++ b/config/script/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -38,7 +37,6 @@ Reusable scripts that other automations call for notifications, lighting, and sa - Keep scripts generic�route data via `data:`/`variables:` and reuse everywhere. - If you copy a script, rename any `alias` and `id` fields to avoid duplicates. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/sensor/README.md b/config/sensor/README.md index b628fcee..b7b68009 100755 --- a/config/sensor/README.md +++ b/config/sensor/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -34,7 +33,6 @@ Standalone sensors that aren't bundled in packages - time/utility helpers and MQ - Great place for lightweight utility sensors you want everywhere. - Fold frequently used sensors into packages when they grow. - **All of my configuration files are tested against the most stable version of home-assistant.** @@ -49,5 +47,3 @@ Standalone sensors that aren't bundled in packages - time/utility helpers and MQ Affiliate Disclosure

- - diff --git a/config/shell_scripts/README.md b/config/shell_scripts/README.md index 3599d1ad..1ea04354 100755 --- a/config/shell_scripts/README.md +++ b/config/shell_scripts/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -36,7 +35,6 @@ Longer-running shell helpers referenced by automations, packages, or cron. Anyth - Make scripts executable and test them manually before wiring into HA. - Document expected env vars or secrets at the top of each script. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/sounds/README.md b/config/sounds/README.md index f75c3989..618f05b0 100755 --- a/config/sounds/README.md +++ b/config/sounds/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -30,7 +29,6 @@ Audio assets (alert tones, chimes, TTS snippets) used by automations and scripts - Subfolders hold themed or device-specific sounds. - Seasonal cuckoo clock uses `october-clock` (Halloween) and `december-clock` (Christmas) variants, falling back to `cuckoo-clock`. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/sounds/custom/README.md b/config/sounds/custom/README.md index 1f21799e..66f800ab 100755 --- a/config/sounds/custom/README.md +++ b/config/sounds/custom/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -28,7 +27,6 @@ Custom/recorded sounds for bespoke automations (alarms, alerts, gags). - Note volume expectations in the automation that plays each file. - Store lossless masters elsewhere; keep deployment files compressed. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/sounds/gf_clock/README.md b/config/sounds/gf_clock/README.md index 1ba0932d..27da883f 100755 --- a/config/sounds/gf_clock/README.md +++ b/config/sounds/gf_clock/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -26,8 +25,7 @@ Grandfather clock chimes and cues used for hourly or themed announcements. ### Tips - Pair with `automation/Timed_Triggers/` routines for on-the-hour cues. -- Normalize levels so chimes don’t spike TTS volume. - +- Normalize levels so chimes don�t spike TTS volume. **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/sounds/speechcons/README.md b/config/sounds/speechcons/README.md index ec19cb63..0caeb744 100755 --- a/config/sounds/speechcons/README.md +++ b/config/sounds/speechcons/README.md @@ -1,4 +1,3 @@ -

Bear Stone Smart Home
@@ -28,7 +27,6 @@ Speechcon/SSML-friendly sound snippets sprinkled into the speech engine for vari - Use sparingly; novelty wears off fast if played too often. - Keep filenames aligned with the SSML tags you reference. - **All of my configuration files are tested against the most stable version of home-assistant.** diff --git a/config/www/custom_ui/floorplan/images/branding/README.md b/config/www/custom_ui/floorplan/images/branding/README.md index f7b1c337..b40d3c44 100755 --- a/config/www/custom_ui/floorplan/images/branding/README.md +++ b/config/www/custom_ui/floorplan/images/branding/README.md @@ -1,60 +1,42 @@

- Bear Stone Smart Home + 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](https://img.shields.io/static/v1?label=talk&message=3k&color=blue&logo=twitter&style=for-the-badge)](https://x.com/ccostan) [![YouTube Subscribe](https://img.shields.io/youtube/channel/subscribers/UC301G8JJFzY0BZ_0lshpKpQ?label=VIEW&logo=Youtube&logoColor=%23DF5D44&style=for-the-badge)](https://www.youtube.com/vCloudInfo?sub_confirmation=1) -[![GitHub Follow](https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig?label=sTARS&logo=Github&style=for-the-badge)](https://github.com/CCOSTAN)
+[![GitHub Stars](https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig?label=STARS&logo=Github&style=for-the-badge)](https://github.com/CCOSTAN)
[![HA Version Badge](https://raw.githubusercontent.com/ccostan/home-assistantconfig/master/ha-version-badge.svg)](https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/.HA_VERSION) -

- - -

+[![Last Commit](https://img.shields.io/github/last-commit/CCOSTAN/Home-AssistantConfig.svg?style=plastic)](https://github.com/CCOSTAN/Home-AssistantConfig/commits/master) +[![Commit Activity](https://img.shields.io/github/commit-activity/y/CCOSTAN/Home-AssistantConfig.svg?style=plastic)](https://github.com/CCOSTAN/Home-AssistantConfig/commits/master) +
-

Recent Commits to Bear Stone Smart Home

-
-

- - Blog - - | - - Devices - - | - - Todo List - - | - - Follow Me - - | - - Code - - | - - Diagram - - | - - Youtube - - | - - Support - -

+ +Branding assets used across dashboards, floorplan, and documentation (logos, badges, and helper images). + +### Quick navigation +- You are here: `config/www/custom_ui/floorplan/images/branding/` +- [Repo overview](../../../../../../README.md) | [Config index](../../../../../../config/README.md) | [Dashboards](../../../../../../config/dashboards/README.md) + +### Notes +- These are static images referenced by Lovelace/floorplan YAML and various READMEs. +- Keep filenames stable to avoid breaking links in older posts and docs. + +**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](https://img.shields.io/twitter/follow/CCostan)](https://www.x.com/ccostan) - -. - + +

+Buy me a coffeeYou can buy me a coffeeBuy me a coffee +
+
+ +Affiliate Disclosure +