hass-core/homeassistant/components/mqtt/light
Jan Bouwhuis 0c2cf881ac
Deprecate old config options for MQTT json light (#111676)
* add deprecaction

* Deprecate old config options for mqtt json light

* Do not deprecate brightness flag

* Enable brightness support by default

* Keep `false` as default for brightness flag

* Add warnings and register issue

* log warning and register on use of color_mode flag

* Remove redundant cv.deprecated logging + follow up comments
2024-03-05 08:49:05 +01:00
..
__init__.py Rename mqtt entry setup helpers to reflect their purpose (#102378) 2023-10-20 13:36:24 +02:00
schema.py
schema_basic.py Do not fail MQTT setup if lights configured via yaml can't be validated (#101649) 2023-10-19 17:34:43 +02:00
schema_json.py Deprecate old config options for MQTT json light (#111676) 2024-03-05 08:49:05 +01:00
schema_template.py Do not fail MQTT setup if lights configured via yaml can't be validated (#101649) 2023-10-19 17:34:43 +02:00