Update README files across configuration directories to enhance navigation and clarity

- Added "You are here" sections to various README files in the config directory, improving user orientation.
- Updated links in the main README to reflect new structure and provide direct access to configuration readmes.
- Enhanced descriptions in the automation, packages, scenes, scripts, and sounds directories for better usability.
https://github.com/CCOSTAN/Home-AssistantConfig/pull/1535
This commit is contained in:
Carlo Costanzo
2025-11-27 13:45:16 -05:00
parent 1aa8dc4f84
commit afe3926e57
8 changed files with 12 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
Reusable scripts that other automations call for notifications, lighting, and safety responses. Pass variables in; let the script do the heavy lifting.
### Quick navigation
- You are here: `config/script/` (scripts library)
- [Repo overview](../../README.md) | [Config index](../README.md) | [Automations](../automation) | [Scenes](../scene) | [Blog: Speech engine video](https://www.vcloudinfo.com/2018/12/breaking-down-my-home-assistant-volume.html)
![Home Assistant header](https://i.imgur.com/vjDH1LJ.png)
@@ -30,10 +31,10 @@ Reusable scripts that other automations call for notifications, lighting, and sa
| [notify_engine.yaml](notify_engine.yaml) | Single entrypoint for rich push notifications. |
| [speech_engine.yaml](speech_engine.yaml) | TTS/announcement orchestration with templated speech. |
| [monthly_color_scene.yaml](monthly_color_scene.yaml) | Seasonal lighting scenes used across automations. |
| [interior_off.yaml](interior_off.yaml) | One-call <20>all interior lights off<66> helper. |
| [interior_off.yaml](interior_off.yaml) | One-call <20>all interior lights off<66> helper. |
### Tips
- Keep scripts generic<69>route data via `data:`/`variables:` and reuse everywhere.
- Keep scripts generic<69>route data via `data:`/`variables:` and reuse everywhere.
- If you copy a script, rename any `alias` and `id` fields to avoid duplicates.