core/tests/components/vicare
Christopher Fenner 404b3fcd03
Add support for room sensors in ViCare integration (#125243)
* Add room sensors

* set humidity device class

* add labels

* Create RoomSensor2.json

* Create RoomSensor1.json

* Update conftest.py

* Create test_sensor.py

* enable E3_RoomSensor

* use setup_integration

* fix ruff findings

* add test case

* fix entity id

* Apply suggestions from code review

* update

* fix findings

* reuse labels

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Apply suggestions from code review

* fix test snapshot

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-30 14:32:04 +02:00
..
fixtures Add support for room sensors in ViCare integration (#125243) 2024-09-30 14:32:04 +02:00
snapshots Add support for room sensors in ViCare integration (#125243) 2024-09-30 14:32:04 +02:00
__init__.py
conftest.py Add support for room sensors in ViCare integration (#125243) 2024-09-30 14:32:04 +02:00
test_binary_sensor.py
test_button.py
test_climate.py
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
test_init.py Fix serial handling in ViCare integration (#125495) 2024-09-19 11:03:54 +02:00
test_number.py
test_sensor.py Add support for room sensors in ViCare integration (#125243) 2024-09-30 14:32:04 +02:00
test_types.py
test_water_heater.py