Louis Christ
|
7868ffac35
|
Enable strict typing checking for bluesound integration (#123821)
* Enable strict typing
* Fix types
* Update to pyblu 0.5.2 for typing support
* Update pyblu to 1.0.0
* Update pyblu to 1.0.1
* Update error handling
* Fix tests
* Remove return None from methods only returning None
|
2024-08-30 20:21:27 +02:00 |
Louis Christ
|
30994710e6
|
Fix status update loop in bluesound integration (#123790)
* Fix retry loop for status update
* Use 'available' instead of _is_online
* Fix tests
|
2024-08-13 12:55:01 +02:00 |
Marc Mueller
|
b2d5f9c742
|
Update generator typing (#123052)
|
2024-08-02 12:17:51 +02:00 |
Louis Christ
|
f98487ef18
|
Add config_flow to bluesound integration (#115207)
* Add config flow to bluesound
* update init
* abort flow if connection is not possible
* add to codeowners
* update unique id
* add async_unload_entry
* add import flow
* add device_info
* add zeroconf
* fix errors
* formatting
* use bluos specific zeroconf service type
* implement requested changes
* implement requested changes
* fix test; add more tests
* use AsyncMock assert functions
* fix potential naming collision
* move setup_services back to media_player.py
* implement requested changes
* add port to zeroconf flow
* Fix comments
---------
Co-authored-by: Joostlek <joostlek@outlook.com>
|
2024-07-28 20:48:20 +02:00 |