Skip to content

Commit 766775f

Browse files
committed
Set page to optional
1 parent 66c4c55 commit 766775f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/mass_queue/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
{
128128
vol.Required(ATTR_CONFIG_ENTRY_ID): str,
129129
vol.Required(ATTR_URI): str,
130-
vol.Required(ATTR_PAGE): int,
130+
vol.Optional(ATTR_PAGE): int,
131131
},
132132
)
133133

0 commit comments

Comments
 (0)