core/tests/components/mqtt
Erik Montnemery 60ae85564e
Add support for MQTT device triggers (#31679)
* Add support for MQTT device triggers

* Fix test, tweaks

* Improve test coverage

* Address review comments, improve tests

* Tidy up exception handling

* Fix abbreviations

* Rewrite to handle update of attached triggers

* Update abbreviation test

* Refactor according to review comments

* Refactor according to review comments

* Improve trigger removal

* Further refactoring
2020-02-18 13:51:10 -08:00
..
__init__.py
conftest.py Move mqtt_mock to tests/components/mqtt/conftest.py (#20621) 2019-01-31 21:22:29 +01:00
test_alarm_control_panel.py Black 2019-07-31 12:25:30 -07:00
test_binary_sensor.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_camera.py use isort to sort imports according to PEP8 for mqtt (#29649) 2019-12-08 22:45:26 +05:30
test_climate.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_config_flow.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
test_cover.py Add opening and closing states to MQTT covers (#31259) 2020-01-30 21:14:46 +01:00
test_device_tracker.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_device_trigger.py Add support for MQTT device triggers (#31679) 2020-02-18 13:51:10 -08:00
test_discovery.py Add support for MQTT device triggers (#31679) 2020-02-18 13:51:10 -08:00
test_fan.py Set required_features field when registering fan services (#30516) 2020-01-06 17:10:51 +01:00
test_init.py Add dump service to MQTT integration (#31370) 2020-02-02 15:01:51 -08:00
test_legacy_vacuum.py Entity Component to no longer generate automatic groups (#23789) 2020-01-07 17:30:53 +01:00
test_light.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_light_json.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_light_template.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_lock.py Add separate command and state topics for mqtt lock (#29808) 2019-12-31 15:24:09 +01:00
test_sensor.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
test_server.py Fix callback and async (#31281) 2020-01-29 13:59:45 -08:00
test_state_vacuum.py Entity Component to no longer generate automatic groups (#23789) 2020-01-07 17:30:53 +01:00
test_subscription.py Black 2019-07-31 12:25:30 -07:00
test_switch.py Entity Component to no longer generate automatic groups (#23789) 2020-01-07 17:30:53 +01:00