various tidyups
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
#:########################################################################################:#
|
||||
# Package: Bedroom 3 Window LED Actions
|
||||
# File: bedroom_3_led_actions.yaml
|
||||
# Version: v1.0.0
|
||||
# Date: 2023-10-20
|
||||
#
|
||||
# Purpose:
|
||||
# Provides a selectable control for publishing Bedroom 3 window LED commands
|
||||
# to the household MQTT command topic.
|
||||
#
|
||||
# Behaviour:
|
||||
# - The Off option publishes the off command.
|
||||
# - The 1 Hour Fade option publishes the fade_1 command.
|
||||
# - The placeholder option preserves the neutral selector state.
|
||||
#
|
||||
# Dependencies:
|
||||
# - Home Assistant MQTT integration and broker connectivity.
|
||||
# - An external MQTT consumer for the Bedroom 3 window LED action topic.
|
||||
#
|
||||
# Version History:
|
||||
# - v1.0.0 (2023-10-20): Initial Bedroom 3 window LED action package.
|
||||
#:########################################################################################:#
|
||||
|
||||
input_select:
|
||||
bedroom_3_led_actions:
|
||||
icon: mdi:led-strip
|
||||
|
||||
Reference in New Issue
Block a user