-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry syncing lock after failure (#123)
- Loading branch information
Showing
13 changed files
with
244 additions
and
67 deletions.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"entity": { | ||
"binary_sensor": { | ||
"in_sync": { | ||
"default": "mdi:sync-alert", | ||
"state": { | ||
"off": "mdi:sync-off", | ||
"on": "mdi:sync" | ||
} | ||
} | ||
}, | ||
"event": { | ||
"pin_used": { | ||
"default": "mdi:gesture-tap" | ||
} | ||
}, | ||
"sensor": { | ||
"code": { | ||
"default": "mdi:lock-smart" | ||
} | ||
}, | ||
"text": { | ||
"name": { | ||
"default": "mdi:rename" | ||
}, | ||
"pin": { | ||
"default": "mdi:form-textbox-password" | ||
} | ||
} | ||
}, | ||
"services": { | ||
"hard_refresh_usercodes": "mdi:refresh" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
--- | ||
hard_refresh_usercodes: | ||
name: Hard Refresh Usercodes | ||
description: > | ||
If Lock Code Manager supports the lock's integration, and the lock's | ||
integration supports it, this will query the lock for all usercodes. This | ||
is potentially useful for integrations that cache data from the lock and a | ||
usercode(s) is configured outside of Home Assistant. | ||
target: | ||
entity: | ||
domain: lock |
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
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
2 changes: 1 addition & 1 deletion
2
custom_components/lock_code_manager/www/lock-code-manager-strategy.js
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.