Improve MQTT JSON light supported_color_modes option description (#38862)

This commit is contained in:
Jan Bouwhuis 2025-05-05 08:24:20 +02:00 committed by GitHub
parent 772048b902
commit 31521159b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -754,7 +754,7 @@ state_topic:
required: false required: false
type: string type: string
supported_color_modes: supported_color_modes:
description: A list of color modes supported by the list. Possible color modes are `onoff`, `brightness`, `color_temp`, `hs`, `xy`, `rgb`, `rgbw`, `rgbww`, `white`. Note that if `onoff` **or** `brightness` are used, that must be the _only_ value in the list. description: A list of color modes supported by the light. Possible color modes are `onoff`, `brightness`, `color_temp`, `hs`, `xy`, `rgb`, `rgbw`, `rgbww`, `white`. Note that if `onoff` **or** `brightness` are used, that must be the _only_ value in the list.
required: false required: false
type: list type: list
unique_id: unique_id: