Skip to content

Commit

Permalink
As requested, just the var instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
xNUTx committed Aug 19, 2024
1 parent b13dc38 commit 9f3cd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/openhasp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def hasp_object(value):
{
vol.Required(ATTR_IMAGE): vol.Any(cv.url, cv.isfile),
vol.Required(ATTR_OBJECT): hasp_object,
vol.Optional(ATTR_PROXY): vol.Any(cv.url),
vol.Optional(ATTR_PROXY): cv.url,
vol.Optional(ATTR_WIDTH): cv.positive_int,
vol.Optional(ATTR_HEIGHT): cv.positive_int,
vol.Optional(ATTR_FORCE_FITSCREEN): cv.boolean,
Expand Down

0 comments on commit 9f3cd30

Please sign in to comment.