forked from kvj/hass_nuki_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gracefully mapping value to lock_state (kvj#168)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
052fe46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @inc-ali
I tired implementing this fix manually, this solved my error from kvj#168 but sparked a new error in my config:
I then tried following the same reasoning as the fix above and edit my config to:
But it didn't work, got yet another error:
Any advice on a possible fix for the new None is not a valid DoorSensorStates error?
Thanks!