core/tests/components/mqtt
Robert Resch f7292d5b00
Add check that sensors don't have EntityCategory.CONFIG set (#101471)
2023-10-09 13:37:52 +02:00
..
__init__.py
conftest.py Rework on mqtt certificate tests (#99503) 2023-09-02 19:26:11 +02:00
test_alarm_control_panel.py Avoid redundant calls to `async_write_ha_state` in MQTT mqtt alarm_control_panel (#100691) 2023-09-22 11:22:09 +02:00
test_binary_sensor.py Fix mqtt sensor or binary_sensor state not saved after expiry (#101670) 2023-10-08 20:57:14 +02:00
test_button.py Correct device_class test for mqtt button (#101500) 2023-10-06 09:11:50 +02:00
test_camera.py
test_climate.py Avoid redundant calls to `async_write_ha_state` in MQTT climate & water_heater (#100696) 2023-09-22 11:22:57 +02:00
test_common.py Add check that sensors don't have EntityCategory.CONFIG set (#101471) 2023-10-09 13:37:52 +02:00
test_config_flow.py Rework on mqtt certificate tests (#99503) 2023-09-02 19:26:11 +02:00
test_cover.py Avoid redundant calls to async_write_ha_state in mqtt cover (#100720) 2023-09-22 22:47:07 +02:00
test_device_tracker.py Avoid redundant calls to async_write_ha_state in mqtt device_tracker (#100767) 2023-09-24 12:52:13 +02:00
test_device_trigger.py
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 Add mqtt discovery schema error tests for all platforms (#101583) 2023-10-07 21:00:33 +02:00
test_event.py Make sure time is changed in mqtt event test (#100889) 2023-09-26 00:32:12 +02:00
test_fan.py Avoid redundant calls to async_write_ha_state for mqtt fan (#100777) 2023-09-25 17:59:33 +02:00
test_humidifier.py Avoid redundant calls to async_write_ha_state in mqtt humidifier (#100781) 2023-09-25 18:00:08 +02:00
test_image.py Add tests for mqtt image (#100793) 2023-09-25 22:20:32 +02:00
test_init.py Ensure coverage mqtt entry disabled test (#101617) 2023-10-07 23:08:34 +02:00
test_lawn_mower.py Avoid redundant calls to async_write_ha_state in mqtt lawn_mower (#100795) 2023-09-25 18:03:52 +02:00
test_legacy_vacuum.py Avoid redundant calls to async_write_ha_state in mqtt vacuum (#100799) 2023-09-25 22:17:29 +02:00
test_light.py Avoid redundant calls to `async_write_ha_state` in MQTT light (#100690) 2023-09-22 13:32:30 +02:00
test_light_json.py Avoid redundant calls to `async_write_ha_state` in MQTT light (#100690) 2023-09-22 13:32:30 +02:00
test_light_template.py Avoid redundant calls to `async_write_ha_state` in MQTT light (#100690) 2023-09-22 13:32:30 +02:00
test_lock.py Allow to reset an mqtt lock to an unknown state (#100985) 2023-09-27 09:50:01 +02:00
test_mixins.py Fix entity name attribute on mqtt entity is not removed on update (#100187) 2023-09-12 15:22:37 +02:00
test_number.py Avoid redundant calls to async_write_ha_state in mqtt number (#100808) 2023-09-25 18:05:14 +02:00
test_scene.py Apply common entity schema for MQTT Scene (#96949) 2023-07-22 18:00:27 +02:00
test_select.py Avoid redundant calls to async_write_ha_state in mqtt select (#100809) 2023-09-25 18:05:42 +02:00
test_sensor.py Fix mqtt sensor or binary_sensor state not saved after expiry (#101670) 2023-10-08 20:57:14 +02:00
test_siren.py Avoid redundant calls to async_write_ha_state in mqtt siren (#100813) 2023-09-25 22:36:13 +02:00
test_state_vacuum.py Avoid redundant calls to async_write_ha_state in mqtt vacuum (#100799) 2023-09-25 22:17:29 +02:00
test_subscription.py
test_switch.py Avoid redundant calls to async_ha_write_state in mqtt switch (#100815) 2023-09-25 18:06:19 +02:00
test_tag.py
test_text.py Avoid redundant calls to async_ha_write_state in mqtt text (#100816) 2023-09-25 18:07:24 +02:00
test_trigger.py
test_update.py Avoid redundant calls to async_ha_write_state mqtt update platform (#100819) 2023-09-25 18:08:02 +02:00
test_util.py Rework on mqtt certificate tests (#99503) 2023-09-02 19:26:11 +02:00
test_water_heater.py Avoid redundant calls to `async_write_ha_state` in MQTT climate & water_heater (#100696) 2023-09-22 11:22:57 +02:00