-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- gitignore for config and known_devices.yaml - readme updates - new DeviceTracker sensors - new Area sensors, created at setup time - restructered devices and moved scanners into same. - removed aiohttp client and API - renamed service dump_beacons to dump_devices - disabled switch and binary platforms and sensors until required
- Loading branch information
Showing
12 changed files
with
508 additions
and
258 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ config/home-assistant* | |
config/blueprint* | ||
|
||
config/.HA_VERSION | ||
config/configuration.yaml | ||
config/known_devices.yaml |
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,13 @@ | ||
# TODO Items | ||
|
||
[x] DeviceTracker sensors | ||
[x] New Area sensors | ||
[] Config Flow to define device_trackers | ||
(because dt uses hostname as key which is evil) | ||
[] Config flow for exposed Area sensors | ||
[] Work out how to automate version numbering in manifest, const etc. | ||
[] Make first release | ||
[x] Move scanners into devices dict | ||
[] Solve for all distances based on least-tri for adjacent beacons | ||
[] Config flow for "datum" scanners, set origin, axis. | ||
[] Button/service to refresh scanner areas |
Oops, something went wrong.