Create repair issue if Sonos subscriptions fail (#87437)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
jjlawren 2023-04-22 12:28:04 -05:00 committed by GitHub
parent 93a87d3c82
commit d5a6840588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 29 deletions

View file

@ -19,6 +19,9 @@ PLATFORMS = [
Platform.SWITCH,
]
SUB_FAIL_ISSUE_ID = "subscriptions_failed"
SUB_FAIL_URL = "https://www.home-assistant.io/integrations/sonos/#network-requirements"
SONOS_ARTIST = "artists"
SONOS_ALBUM = "albums"
SONOS_PLAYLISTS = "playlists"