-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for device discovery and additional devices (#34)
* add logging for unrecognized device type * Implement device discovery for prometheus http service discovery * Log temp/humidity for remaining sensors that provide them * Ignore vscode settings * Use map instead of switch to filter supported device types * sort supported device types by name * update readme for new supported device types and service discovery feature * Separate config examples for static and dynamic * end .gitignore with newline * user simpler syntax for creating supportedDeviceTypes * fix dockerfile case warning => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
- Loading branch information
Showing
4 changed files
with
101 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# ignore vscode settings | ||
.vscode/ |
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