hass-core/tests/components/mqtt
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
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py
test_button.py
test_camera.py
test_climate.py
test_common.py
test_config_flow.py
test_cover.py
test_device_tracker.py
test_device_trigger.py
test_diagnostics.py
test_discovery.py Improve timing mqtt integration discovery test (#110960) 2024-02-19 20:16:06 +01:00
test_event.py
test_fan.py
test_humidifier.py
test_image.py
test_init.py Improve mqtt value template error logging (#110492) 2024-03-04 08:49:12 +01:00
test_lawn_mower.py
test_legacy_vacuum.py
test_light.py
test_light_json.py Deprecate old config options for MQTT json light (#111676) 2024-03-05 08:49:05 +01:00
test_light_template.py
test_lock.py
test_mixins.py
test_number.py
test_scene.py
test_select.py
test_sensor.py
test_siren.py
test_subscription.py
test_switch.py
test_tag.py
test_text.py
test_trigger.py
test_update.py
test_util.py
test_vacuum.py
test_valve.py
test_water_heater.py