generated from ludeeus/integration_blueprint
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish setup of sensors for V2 features
- Loading branch information
1 parent
24a061c
commit 9bb315c
Showing
6 changed files
with
26 additions
and
6 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 |
---|---|---|
|
@@ -3,3 +3,8 @@ pythonenv* | |
venv | ||
.venv | ||
.coverage | ||
*.db* | ||
*.log* | ||
.HA_VERSION | ||
config/.storage/* | ||
config/blueprints/* |
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,12 +1,16 @@ | ||
{ | ||
"domain": "pirateweather", | ||
"name": "Pirate Weather", | ||
"codeowners": ["@alexander0042"], | ||
"codeowners": [ | ||
"@alexander0042" | ||
], | ||
"config_flow": true, | ||
"dependencies": [], | ||
"dependencies": [], | ||
"documentation": "https://github.com/alexander0042/pirate-weather-ha", | ||
"iot_class": "cloud_polling", | ||
"issue_tracker": "https://github.com/alexander0042/pirate-weather-ha/issues", | ||
"requirements": ["python-forecastio==1.4.0"], | ||
"version": "1.4.5.1" | ||
} | ||
"issue_tracker": "https://github.com/alexander0042/pirate-weather-ha/issues", | ||
"requirements": [ | ||
"python-forecastio==1.4.0" | ||
], | ||
"version": "1.5" | ||
} |
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
Empty file.
Empty file.