Skip to content

Commit

Permalink
Update services.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrunt57 authored Dec 19, 2024
1 parent 0cfc65d commit 4d9755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)


Expand Down

0 comments on commit 4d9755c

Please sign in to comment.