Skip to content

Commit

Permalink
Merge pull request #22 from Tony763/patch-1
Browse files Browse the repository at this point in the history
Fix issue with unavailable lock
  • Loading branch information
twrecked authored Nov 4, 2021
2 parents 08e9053 + ce36b29 commit 861635d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/virtual/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Required(CONF_NAME): cv.string,
vol.Optional(CONF_INITIAL_VALUE, default=DEFAULT_INITIAL_VALUE): cv.string,
vol.Optional(CONF_INITIAL_AVAILABILITY, default=DEFAULT_INITIAL_AVAILABILITY): cv.boolean,
})


Expand Down

0 comments on commit 861635d

Please sign in to comment.