mirror of
https://github.com/home-assistant/core.git
synced 2025-05-12 18:09:17 +00:00
Ensure Plex content_id in play_on_sonos service is a string (#43483)
This commit is contained in:
parent
ca053d4499
commit
a092b4c204
@ -227,7 +227,7 @@ async def async_setup_entry(hass, entry):
|
||||
play_on_sonos_schema = vol.Schema(
|
||||
{
|
||||
vol.Required(ATTR_ENTITY_ID): cv.entity_id,
|
||||
vol.Required(ATTR_MEDIA_CONTENT_ID): str,
|
||||
vol.Required(ATTR_MEDIA_CONTENT_ID): cv.string,
|
||||
vol.Optional(ATTR_MEDIA_CONTENT_TYPE): vol.In("music"),
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user