Enable Additional Lock states in Home Assistant + Make Opener Continuous mode an option for lock/unlock #296
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow Home Assistant to show intermediate states (unlocking/locking/opening) and jammed state
Note: Not all intermediate states are captured by the Hub and these will not show up in Home Assistant. This change will just make Home Assistant more accurately reflect the state of nuki/lock/state instead of only being able to show locked/unlocked.
Closes #253, Closes #163
Add a separate MQTT topic for continuous mode state, distinct from lock state
Make Opener Continuous mode (instead of RTO) an option for the default Home Assistant lock/unlock action
Add a binary sensor for continuous mode for Home Assistant discovery
Add a separate switch for continuous mode for Home Assistant discovery (disabled by default)
Note: I do not own an opener, so I have limited ability to test this functionality myself.
Closes #212, Closes #67