Create repair issue if Sonos subscriptions fail (#87437)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
93a87d3c82
commit
d5a6840588
6 changed files with 87 additions and 29 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue