hass-core/tests/components/cover
Oliver Gruß eec84ad71e
Mqtt cover toggle add stop function ()
* Change existing toggle to add new function

* Fixed using old property method to using actual protected variable.

* Adding service tests to new cover toggle function

* Working on comments from Pull Request 59233

* Adjust existing tests to fit new fake cover setup

* MockCover is calling state method of MockEntity but should call it from CoverEntity

* using different entity to get back test coverage
2021-11-10 09:03:20 +01:00
..
__init__.py Add missing __init__ test files () 2018-09-25 23:08:37 +02:00
test_device_action.py Mqtt cover toggle add stop function () 2021-11-10 09:03:20 +01:00
test_device_condition.py Mqtt cover toggle add stop function () 2021-11-10 09:03:20 +01:00
test_device_trigger.py Mqtt cover toggle add stop function () 2021-11-10 09:03:20 +01:00
test_init.py Mqtt cover toggle add stop function () 2021-11-10 09:03:20 +01:00
test_intent.py use isort to sort imports according to PEP8 for cover () 2019-12-08 22:28:00 +05:30
test_reproduce_state.py Add transition support to scenes, cleanup blocking parameter () 2020-04-20 18:07:50 -07:00