Ensure Plex content_id in play_on_sonos service is a string (#43483)
This commit is contained in:
parent
ca053d4499
commit
a092b4c204
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue