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 Rework on mqtt certificate tests (#99503) 2023-09-02 19:26:11 +02:00
test_alarm_control_panel.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_binary_sensor.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_button.py Do not fail MQTT setup if buttons configured via yaml can't be validated (#102301) 2023-10-20 08:13:59 +02:00
test_camera.py Allow ADR 0007 compliant schema for mqtt (#94305) 2023-07-18 14:29:45 +02:00
test_climate.py Add toggle service to climate (#100418) 2024-02-16 15:53:48 +01:00
test_common.py Add serial_number attribute to MQTT device properties (#108105) 2024-01-16 14:02:34 +01:00
test_config_flow.py Migrate mqtt to use async_update_entry to alter config entries (#110407) 2024-02-12 21:38:13 +01:00
test_cover.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_device_tracker.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_device_trigger.py Improve tests of mqtt device triggers (#108318) 2024-02-06 09:38:15 +01:00
test_diagnostics.py Change naming of MQTT entities to correspond with HA guidelines (#95159) 2023-07-21 12:52:10 +02:00
test_discovery.py Improve timing mqtt integration discovery test (#110960) 2024-02-19 20:16:06 +01:00
test_event.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_fan.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_humidifier.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_image.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_init.py Improve mqtt value template error logging (#110492) 2024-03-04 08:49:12 +01:00
test_lawn_mower.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_legacy_vacuum.py Remove MQTT legacy vacuum support (#107274) 2024-01-08 09:22:43 +01:00
test_light.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
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 Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_lock.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_mixins.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_number.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_scene.py Apply common entity schema for MQTT Scene (#96949) 2023-07-22 18:00:27 +02:00
test_select.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_sensor.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_siren.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_subscription.py Rename MQTT entry mock and cleanup (#91223) 2023-04-12 09:43:03 +02:00
test_switch.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_tag.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_text.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_trigger.py Add type hints for stub_blueprint_populate fixture (#93568) 2023-05-26 08:13:13 +02:00
test_update.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_util.py Small speed up to checking core state (#107845) 2024-01-18 08:41:32 -10:00
test_vacuum.py Remove MQTT legacy vacuum support (#107274) 2024-01-08 09:22:43 +01:00
test_valve.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00
test_water_heater.py Handle template errors on MQTT payload handling (#110180) 2024-02-13 10:59:55 +01:00