diff --git a/custom_components/alexa_media/services.py b/custom_components/alexa_media/services.py index c56fd4d3..26f866e0 100644 --- a/custom_components/alexa_media/services.py +++ b/custom_components/alexa_media/services.py @@ -38,7 +38,7 @@ {vol.Optional(ATTR_EMAIL, default=[]): vol.All(cv.ensure_list, [cv.string])} ) RESTORE_VOLUME_SCHEMA = vol.Schema( - {vol.Required(ATTR_ENTITY_ID): cv.entity_id_or_uuid} + {vol.Required(ATTR_ENTITY_ID): cv.entity_id} )