home-assistant-core/tests/components/mqtt
Erik Montnemery 343e5d64b8
Add MQTT integration discovery (#41332)
* Add MQTT integration discovery

* Add script/hassfest/mqtt.py

* Unsubscribe if config entry exists

* Add homeassistant/generated/mqtt.py

* Fix bad loop

* Improve tests

* Improve tests

* Apply suggestions from code review

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

* Prevent initiating multiple config flows

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-10-07 18:30:51 +02:00
..
__init__.py
conftest.py Drop use of async_mock_mqtt_component (#37011) 2020-06-22 23:59:50 +02:00
test_alarm_control_panel.py Add native Python types support to templates (#41227) 2020-10-07 00:05:52 +02:00
test_binary_sensor.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_camera.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_climate.py Suppress MQTT discovery updates without changes (#38568) 2020-08-06 10:43:47 +02:00
test_common.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_config_flow.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_cover.py Add native Python types support to templates (#41227) 2020-10-07 00:05:52 +02:00
test_device_tracker.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_device_trigger.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_discovery.py Add MQTT integration discovery (#41332) 2020-10-07 18:30:51 +02:00
test_fan.py Suppress MQTT discovery updates without changes (#38568) 2020-08-06 10:43:47 +02:00
test_init.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_legacy_vacuum.py Suppress MQTT discovery updates without changes (#38568) 2020-08-06 10:43:47 +02:00
test_light.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_light_json.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00
test_light_template.py Suppress MQTT discovery updates without changes (#38568) 2020-08-06 10:43:47 +02:00
test_lock.py Suppress MQTT discovery updates without changes (#38568) 2020-08-06 10:43:47 +02:00
test_sensor.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_state_vacuum.py Suppress MQTT discovery updates without changes (#38568) 2020-08-06 10:43:47 +02:00
test_subscription.py Drop use of async_mock_mqtt_component (#37011) 2020-06-22 23:59:50 +02:00
test_switch.py Fix discovery update of MQTT state templates (#39901) 2020-09-10 20:52:23 +02:00
test_tag.py Enable MQTT discovery by default (#41361) 2020-10-07 14:51:06 +02:00
test_trigger.py Use direct service calls in tests instead of automation common (#40623) 2020-09-26 19:28:26 +02:00