-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat) Per-proxy distance sensors (#107)
- Added a distance sensor for each proxy on each tracked device. - fixed defaults for radius and timeout not applying correctly - fixed initialisation of sensors at system start, they are now created via callback from the data processor. - Implemented method for sensor platform to positively indicate the sensors were created (`sensor_created`) - Perform full re-scan of restored scanners to catch any changes since last save. - initialise zone as STATE_UNAVAILABLE - fix unique-id mappings and pin them to mac address more directly instead of inheriting from the parent classes. - implement `unit_of_measurements` to get distances appearing as graphable more cleanly than the native property did.
- Loading branch information
Showing
6 changed files
with
278 additions
and
51 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
Oops, something went wrong.