33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
#:########################################################################################:#
|
|
# Package: Security and Notification Helpers
|
|
# File: security_and_notifications.yaml
|
|
# Version: v1.1.0
|
|
# Date: 2026-07-21
|
|
#
|
|
# Purpose:
|
|
# Provides the user-controlled helper that enables away-occupancy security
|
|
# behavior such as the household lighting simulation.
|
|
#
|
|
# Behaviour:
|
|
# - input_boolean.away_occupied_routine enables eligible away-mode automations.
|
|
# - The current consumer is the away-light simulation package.
|
|
#
|
|
# Dependencies:
|
|
# - packages/simulation_lights.yaml
|
|
# - packages/quiet_time.yaml owns the canonical quiet-time helper.
|
|
#
|
|
# Version History:
|
|
# - v1.1.0 (2026-07-21): Disabled the duplicate quiet-time helper after moving
|
|
# canonical ownership to the dedicated quiet-time package.
|
|
# - v1.0.0 (2024-05-27): Added quiet-time and away-security helpers.
|
|
#:########################################################################################:#
|
|
|
|
input_boolean:
|
|
# Legacy duplicate retained temporarily for verification.
|
|
# quiet_time:
|
|
# name: Quiet time for no notifications
|
|
# icon: mdi:shield-moon
|
|
away_occupied_routine:
|
|
name: Automation for Lights etc when away
|
|
icon: mdi:shield-lock
|