* squeezebox moves common elements into __init__ to allow for server sensors and device, improves player device
* Update with feedback from PR
* squeezebox Formating fixes, Logging Fixes, remove nasty stored callback
* squeezebox Formating fixes, Logging Fixes, remove nasty stored callback
* squeezebox refactor to use own ConfigEntry and Data
* squeezebox remove own data class
* Update homeassistant/components/squeezebox/__init__.py
Correct typo
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/squeezebox/media_player.py
Stronger typing on entry setup SqueezeboxConfigEntry
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* squeezebox add SqueezeboxConfigEntry
* squeezebox fix mypy type errors
* squeezebox use right Callable
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
* Supports access to squeezebox server behind https reverse proxy
* Update squeezebox test
* Update homeassistant/components/squeezebox/config_flow.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update homeassistant/components/squeezebox/config_flow.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update squeezebox unit tests based on code review
* Migration unit test
* Run black on suggestions accepted in code review
* Apply suggestions from code review
Instead of upgrading squeezebox config, just assume a default of https=False.
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update test_init.py
Remove migrate entry test since we are no longer migrating
* Delete tests/components/squeezebox/test_init.py
Remove unused test
---------
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Add deduplicate script
* Fix forecast_solar incorrect key with space
* Fix utf-8
* Do not create references to other arbitrary other integrations
* Add commented code to only allow applying to referencing integrations
* Tweak
* Bug fix
* Add command line arg for limit reference
* never suggest to update common keys
* Output of script
* Apply suggestions from code review
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
---------
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>