core/tests/components/vicare
Christopher Fenner 349ea35dc3
Fix device identifier in ViCare integration (#124483)
* use correct serial

* add migration handler

* adjust init call

* add missing types

* adjust init call

* adjust init call

* adjust init call

* adjust init call

* Update types.py

* fix loop

* fix loop

* fix parameter order

* align parameter naming

* remove comment

* correct init

* update

* Update types.py

* correct merge

* revert type change

* add test case

* add helper

* add test case

* update snapshot

* add snapshot

* add device.serial data point

* fix device unique id

* update snapshot

* add comments

* update nmigration

* fix missing parameter

* move static parameters

* fix circuit access

* update device.serial

* update snapshots

* remove test case

* Update binary_sensor.py

* convert climate entity

* Update entity.py

* update snapshot

* use snake case

* add migration test

* enhance test case

* add test case

* Apply suggestions from code review

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-04 18:41:20 +02:00
..
fixtures Fix device identifier in ViCare integration (#124483) 2024-09-04 18:41:20 +02:00
snapshots Fix device identifier in ViCare integration (#124483) 2024-09-04 18:41:20 +02:00
__init__.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
conftest.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
test_binary_sensor.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
test_button.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
test_climate.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
test_config_flow.py Use start_reauth helper method in integration tests (u-z) (#124796) 2024-08-28 16:51:16 +02:00
test_diagnostics.py
test_fan.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
test_init.py Fix device identifier in ViCare integration (#124483) 2024-09-04 18:41:20 +02:00
test_number.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
test_sensor.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00
test_types.py Improve code quality for ViCare integration (#124613) 2024-08-26 08:30:28 +02:00
test_water_heater.py Add test cases for ViCare entities (#122983) 2024-08-21 14:42:58 +02:00