core/tests/components/tasmota
Jan Bouwhuis 52561ce076
Update MQTT tests to use the config entry setup (#72373)
* New testframework and tests for fan platform

* Merge test_common_new to test_common

* Add alarm_control_panel

* Add binary_sensor

* Add button

* Add camera

* Add climate

* Add config_flow

* Add cover

* Add device_tracker_disovery

* Add device_trigger

* Add diagnostics

* Add discovery

* Add humidifier

* Add init

* Add lecacy_vacuum

* Add light_json

* Add light_template

* Add light

* Add lock

* Add number

* Add scene

* Add select

* Add sensor

* Add siren

* Add state_vacuum

* Add subscription

* Add switch

* Add tag

* Add trigger

* Add missed tests

* Add another missed test

* Add device_tracker

* Remove commented out code

* Correct tests according comments

* Improve mqtt_mock_entry and recover tests

* Split fixtures with and without yaml setup

* Update fixtures manual_mqtt

* Update fixtures mqtt_json

* Fix test tasmota

* Update fixture mqtt_room

* Revert fixture changes, improve test

* re-add test
2022-06-02 14:24:46 +02:00
..
__init__.py
conftest.py
test_binary_sensor.py
test_common.py
test_config_flow.py
test_cover.py Bump hatasmota to 0.5.1 (#72696) 2022-05-30 11:40:36 +02:00
test_device_trigger.py Mark device triggers from hidden or auxiliary entities as secondary (#70335) 2022-04-21 08:01:32 +02:00
test_discovery.py Update MQTT tests to use the config entry setup (#72373) 2022-06-02 14:24:46 +02:00
test_fan.py
test_init.py
test_light.py Use light enums in tasmota (#70788) 2022-04-26 19:04:12 +02:00
test_mixins.py
test_sensor.py Bump hatasmota to 0.4.1 (#70799) 2022-04-27 19:05:42 +02:00
test_switch.py