core/tests/components/mqtt
Massimiliano Cannarozzo 5a5a145778
Make all MQTT cover payloads optional (#50579)
* Remove unused constant

* Make payload_close optional

* Make payload_open optional

* Compute supported features based on config
2021-05-26 13:50:44 +03:00
..
__init__.py
conftest.py Add Blueprint foundation to Scripts (#48621) 2021-04-27 15:15:38 -07:00
test_alarm_control_panel.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_binary_sensor.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_camera.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_climate.py Added command templates for the mqtt climate component. (#44976) 2021-01-26 16:12:33 +01:00
test_common.py Use device registry CONNECTION_* constants (#49923) 2021-04-30 23:58:50 +02:00
test_config_flow.py Use config_entries.SOURCE_* constants (#49631) 2021-04-25 11:27:40 +02:00
test_cover.py Make all MQTT cover payloads optional (#50579) 2021-05-26 13:50:44 +03:00
test_device_tracker.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_device_tracker_discovery.py Enable type checks for device_tracker (#50805) 2021-05-19 09:36:26 +01:00
test_device_trigger.py Fix MQTT debug info for removed triggers (#50859) 2021-05-20 10:27:38 +03:00
test_discovery.py Add suggested_area to MQTT discovery (#47903) 2021-03-15 20:02:02 +01:00
test_fan.py Mqtt fan feature for resetting current speed `percentage` or `preset_mode` (#50565) 2021-05-18 08:24:42 +02:00
test_init.py Use device registry CONNECTION_* constants (#49923) 2021-04-30 23:58:50 +02:00
test_legacy_vacuum.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_light.py Add color_mode support to MQTT light with basic schema (#50464) 2021-05-24 11:37:02 +02:00
test_light_json.py Filter unsupported parameters from light service calls (#51084) 2021-05-26 08:02:59 +02:00
test_light_template.py Flag brightness support for MQTT RGB lights (#48718) 2021-04-06 12:39:29 +02:00
test_lock.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_number.py Add min/max/step to MQTT number (#50869) 2021-05-21 18:35:27 +03:00
test_scene.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_sensor.py Add support for last_reset to MQTT sensor (#51036) 2021-05-26 11:50:29 +02:00
test_state_vacuum.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_subscription.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_switch.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_tag.py Use device registry CONNECTION_* constants (#49923) 2021-04-30 23:58:50 +02:00
test_trigger.py Add id to automation triggers (#48464) 2021-03-31 14:56:04 +02:00