You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 2021.12 of Home Assistant, this warning pops up in the logs:
WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that accessed discovery_info['ssdp_location'] instead of discovery_info.ssdp_location; this will fail in version 2022.6. Please report issue to the custom component author for heos using this method at custom_components/heos/config_flow.py, line 29: hostname = urlparse(discovery_info[ssdp.ATTR_SSDP_LOCATION]).hostname
If you'd like i can try to submit a PR fixing this deprecation?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your feedback! I didn't update yet, so didn't see it. If you'd like to send a PR, it would be appreciated. Also, I think there may be official support for HEOS grouping as of this release, but didn't confirm it myself yet. See here in last couple of posts for info.
You're right. The grouping feature was the reason for me to use this custom component.
I have now switched over to the bundled integration, and have confirmed it works.
If you want this issue can be closed if there is no intention to further develop this custom component.
Sounds good, I did some basic testing with it too and it looks good. I guess I will deprecate this custom integration unless I decide to add some other features, for instance the 'media browser' stuff is not yet in the official integration. I started on that too some time back, but never completed it. I keep this open just to remind to fix the warning anyways.
Since version 2021.12 of Home Assistant, this warning pops up in the logs:
If you'd like i can try to submit a PR fixing this deprecation?
The text was updated successfully, but these errors were encountered: