core/tests/components/tradfri
Patrik Lindgren afd0005a31
Add sensor for filter time left on Tradfri fan platform (#65877)
* Add support for filter time left

* Fix test for fan platform

* Remove debug code

* Add unique id migration tool

* Convert to hours

* Fix tests

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Add comment, check migration

* Refactor migration helper

* Refactor migration helper

* Move definition of new unique id

* Return after warning

* Add test for unique id migration

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-08 02:21:22 +01:00
..
__init__.py
common.py Implement coordinator class for Tradfri integration (#64166) 2022-01-27 11:12:52 +01:00
conftest.py Add air quality sensor for Tradfri air purifier (#65070) 2022-01-29 23:55:05 +01:00
test_config_flow.py
test_cover.py
test_fan.py Add sensor for filter time left on Tradfri fan platform (#65877) 2022-02-08 02:21:22 +01:00
test_init.py Remove stale tradfri devices (#65218) 2022-01-31 16:43:16 -08:00
test_light.py Implement coordinator class for Tradfri integration (#64166) 2022-01-27 11:12:52 +01:00
test_sensor.py Add sensor for filter time left on Tradfri fan platform (#65877) 2022-02-08 02:21:22 +01:00
test_switch.py Add test cases for Tradfri switch platform (#64156) 2022-01-15 12:27:42 +01:00
test_util.py