Refactor automation configurations and enhance documentation

- Updated guest_mode.yaml to clarify guest mode announcements and added a related issue reference.
- Enhanced night_watchdog.yaml with additional conditions for vacation mode and house sitter presence.
- Improved sunset_turn_on.yaml by refining action sequences and adding vacation presence logic.
- Expanded admin_sections.yaml to include new tiles for front door package detection and related inputs.
- Removed obsolete media player from media_players.yaml and updated switches.yaml to reflect new outdoor seasonal switch IDs.
- Enhanced home_modes.yaml and README.md to clarify home mode toggles and their usage.
- Updated docker_infrastructure.yaml to improve container outage notifications and streamline maintenance checks.
- Enhanced LLM Vision package to include front door package detection and related automation triggers.
closed https://github.com/CCOSTAN/Home-AssistantConfig/issues/793
This commit is contained in:
Carlo Costanzo
2026-03-23 10:11:56 -04:00
parent 7dcc7e024d
commit 4457dc0bcd
19 changed files with 1068 additions and 75 deletions

View File

@@ -4,7 +4,7 @@
#
# Features:
# - Operates during specified hours
# - Only activates when family is home or guest mode is on
# - Activates when family is home or guest/vacation mode is on
# - Adjustable volume based on time of day
#
# Usage:
@@ -36,6 +36,9 @@ speech_processing:
- condition: state
entity_id: input_boolean.guest_mode
state: 'on'
- condition: state
entity_id: input_boolean.vacation_mode
state: 'on'
- condition: or
conditions:
- condition: and