various tidyups

This commit is contained in:
zorruno
2026-07-24 18:55:12 +12:00
parent fce8c7b0bc
commit fe6feee250
58 changed files with 749 additions and 5339 deletions
+30
View File
@@ -1,3 +1,33 @@
#:########################################################################################:#
# Package: RobotDyn MQTT Dimmer
# File: robotdyn_dimmers.yaml
# Version: v1.1.0
# Date: 2026-02-05
#
# Purpose:
# Provides a brightness-only Home Assistant light entity for the lounge
# RobotDyn dimmer through its JSON MQTT interface.
#
# Behaviour:
# - Reads JSON state updates from the dimmer state topic.
# - Publishes power and brightness commands to the dimmer command topic.
# - Uses a separate MQTT availability topic for online/offline status.
#
# Dependency:
# - Home Assistant MQTT integration and the external RobotDyn MQTT publisher.
#
# Known Limitations:
# - P013-F027 records that command messages are retained and may replay after
# reconnecting.
# - The configured availability topic contains "availablity"; confirm whether
# that spelling matches the publisher before correcting it.
#
# Version History:
# - v1.1.0 (2026-02-05): Added the current name, default entity ID, explicit
# availability payloads, and block-style color modes.
# - v1.0.0 (2025-09-10): Initial lounge MQTT dimmer package.
#:########################################################################################:#
mqtt:
- light:
schema: json