various tidyups
This commit is contained in:
+19
-15
@@ -5,7 +5,17 @@
|
||||
# TITLE:
|
||||
# Quiet Time
|
||||
#
|
||||
# VERSIONS:
|
||||
# FILE:
|
||||
# quiet_time.yaml
|
||||
#
|
||||
# VERSION:
|
||||
# V1.4 2026-07-20
|
||||
#
|
||||
# VERSION HISTORY:
|
||||
# V1.4 2026-07-20
|
||||
# - Updated documentation for the standalone Quiet Time actions package.
|
||||
# - Documented the current flattened MQTT status topic.
|
||||
#
|
||||
# V1.3 2026-06-07
|
||||
# - Added quiet time start and stop entity action lists.
|
||||
# - Turns the LED matrix display OFF when quiet time starts.
|
||||
@@ -13,7 +23,8 @@
|
||||
#
|
||||
# V1.2 2026-05-21
|
||||
# - Added MQTT publishing when input_boolean.quiet_time changes.
|
||||
# - Publishes quiet_time state to viewroad-status/homeassistant/quiet-time.
|
||||
# - Published quiet_time state to viewroad-status/homeassistant/quiet-time.
|
||||
# This was the historical topic; the current topic is documented below.
|
||||
#
|
||||
# V1.1 2026-05-21
|
||||
# - Reduced daily reset check frequency from every minute to every 30 minutes.
|
||||
@@ -33,20 +44,13 @@
|
||||
# will automatically be turned OFF.
|
||||
# - Default reset time is 07:00.
|
||||
# - The quiet_time state is published to MQTT whenever it changes.
|
||||
# - When quiet_time changes, editable entity lists can turn things on or off.
|
||||
# - The companion package handles local actions when quiet_time changes.
|
||||
#
|
||||
# QUIET TIME ACTION LISTS:
|
||||
# - quiet_time_start_turn_off_entities:
|
||||
# Entities to turn OFF when quiet time starts.
|
||||
#
|
||||
# - quiet_time_start_turn_on_entities:
|
||||
# Entities to turn ON when quiet time starts.
|
||||
#
|
||||
# - quiet_time_stop_turn_off_entities:
|
||||
# Entities to turn OFF when quiet time ends.
|
||||
#
|
||||
# - quiet_time_stop_turn_on_entities:
|
||||
# Entities to turn ON when quiet time ends.
|
||||
# COMPANION PACKAGE:
|
||||
# - quiet_time_on_off_actions.yaml owns the editable entity action lists and
|
||||
# other local actions that run when Quiet Time starts or ends.
|
||||
# - This package owns input_boolean.quiet_time, the daily reset behaviour,
|
||||
# and MQTT status publishing.
|
||||
#
|
||||
# MQTT STATUS:
|
||||
# - Topic:
|
||||
|
||||
Reference in New Issue
Block a user