mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-03 11:31:42 +00:00
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:
@@ -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)
|
||||
|
||||

|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user