-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove output helpers I just added for debugging Remove unnecessary logging, fix colon checking on setup Added properties where private members where accessed directly Fix config_flow and API calls for HTTPS setups Add the static `do_request()` Make € default currency, allow overwrite later Convert _convert_time to static function Fix 'expected int, got str' in __init__.py Add aiohttp to requirements (no longer in HA requirements since 2024.12.x) Move attribute definitions to __init__() Exclude IDE settings from repo
- Loading branch information
Showing
6 changed files
with
120 additions
and
85 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 |
---|---|---|
|
@@ -6,4 +6,6 @@ venv | |
.venv | ||
core.* | ||
*.iml | ||
.misc | ||
.misc | ||
.idea | ||
.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
Oops, something went wrong.