core/homeassistant/components/vicare
Christopher Fenner bc3a42c658
Fix serial handling in ViCare integration (#125495)
* hand down device serial into common entity

* fix platforms

* Revert "fix platforms"

This reverts commit 067af2b567.

* handle event loop issue

* hand in serial

* Revert "Revert "fix platforms""

This reverts commit 9bbb55ee6d.

* fix get serial call

* handle other exceptions

* also check device model for migration

* merge entity and device migration

* add test fixture without serial

* adjust test cases

* add dummy fixture

* remove commented code

* modify migration

* use continue

* break comment
2024-09-19 11:03:54 +02:00
..
__init__.py
binary_sensor.py
button.py
climate.py
config_flow.py
const.py
diagnostics.py
entity.py
fan.py
icons.json
manifest.json
number.py
sensor.py
services.yaml
strings.json
types.py
utils.py
water_heater.py