mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-04-25 17:53:00 +00:00
- 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
30 lines
910 B
YAML
Executable File
30 lines
910 B
YAML
Executable File
######################################################################
|
|
# @CCOSTAN - Follow Me on X
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# -------------------------------------------------------------------
|
|
# Home Modes - occupancy and alert toggles for major house behaviors.
|
|
# Guest, alert, and notification modes used by automations/scripts.
|
|
# -------------------------------------------------------------------
|
|
######################################################################
|
|
|
|
guest_mode:
|
|
name: Guest Mode
|
|
icon: mdi:account-alert
|
|
initial: off
|
|
|
|
alert_mode:
|
|
name: Alert Mode
|
|
icon: mdi:alert-octagram
|
|
initial: off
|
|
|
|
speech_notifications:
|
|
name: Speech Notifications
|
|
icon: mdi:speaker-wireless
|
|
initial: on
|
|
|
|
text_notifications:
|
|
name: Text Notifications
|
|
icon: mdi:cellphone-wireless
|
|
initial: on
|