-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Detected blocking call to open file
Fixed by wrapping calls inside loop.run_in_executor(...)
- Loading branch information
1 parent
7d32ba2
commit 577ff94
Showing
9 changed files
with
102 additions
and
94 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Validate | ||
name: Validate with hacs | ||
|
||
on: | ||
push: | ||
|
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,14 +1,14 @@ | ||
{ | ||
"domain": "solcast_solar", | ||
"domain": "solcast", | ||
"name": "Solcast PV Forecast", | ||
"after_dependencies": ["http"], | ||
"codeowners": ["@oziee"], | ||
"codeowners": ["@davidrapan"], | ||
"config_flow": true, | ||
"dependencies": ["homeassistant", "recorder", "select"], | ||
"documentation": "https://github.com/oziee/ha-solcast-solar", | ||
"documentation": "https://github.com/davidrapan/ha-solcast/", | ||
"integration_type": "service", | ||
"iot_class": "cloud_polling", | ||
"issue_tracker": "https://github.com/oziee/ha-solcast-solar/issues", | ||
"issue_tracker": "https://github.com/davidrapan/ha-solcast/issues", | ||
"requirements": ["aiohttp>=3.8.5", "datetime>=4.3", "isodate>=0.6.1"], | ||
"version": "4.0.23.1" | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "Solcast PV Solar", | ||
"name": "Solcast PV Forecast", | ||
"render_readme": false, | ||
"homeassistant": "2023.7", | ||
"zip_release": true, | ||
"filename": "solcast_solar.zip" | ||
"filename": "solcast.zip" | ||
} |