-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add weather entity and extra wind dir sensors (#38)
## [1.2.0] - 2023-09-09 ### Added - The following calculated sensors have been added: - Wind Direction Cardinal - Gust Direction Cardinal - BETA: added a weather entity to collect common data in one place and loosely predict the weather condition outside based on data available from the sensor array. The weather condition part of this entity is currently in testing. Please raise issues for any unexpected behavior.
- Loading branch information
1 parent
e44a35a
commit b1c3ce5
Showing
10 changed files
with
288 additions
and
24 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
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
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,13 +1,15 @@ | ||
{ | ||
"domain": "awnet_local", | ||
"name": "Ambient Weather Station - Local", | ||
"codeowners": ["@tlskinneriv"], | ||
"codeowners": [ | ||
"@tlskinneriv" | ||
], | ||
"config_flow": true, | ||
"dependencies": [], | ||
"documentation": "https://github.com/tlskinneriv/awnet_local", | ||
"integration_type": "device", | ||
"iot_class": "local_push", | ||
"issue_tracker": "https://github.com/tlskinneriv/awnet_local/issues", | ||
"requirements": [], | ||
"version": "1.1.3" | ||
} | ||
"version": "1.2.0" | ||
} |
Oops, something went wrong.