Add helper for media players to handle HA hosted media (#66120)
* Sonos to sign all HASS urls * Don't sign if queries in url * Extract media player hass URL handling to helper
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
"""Provides the constants needed for component."""
|
||||
# How long our auth signature on the content should be valid for
|
||||
CONTENT_AUTH_EXPIRY_TIME = 3600 * 24
|
||||
|
||||
ATTR_APP_ID = "app_id"
|
||||
ATTR_APP_NAME = "app_name"
|
||||
|
||||
Reference in New Issue
Block a user