Open
Conversation
This commit incorporates fixes from various issues and pull requests: Fixes: - delphiki#37: Bootstrap timeout errors - migrated from requests to aiohttp async - delphiki#34/delphiki#35: Wrong tariffs - added date validation to select correct rates - delphiki#38/delphiki#46: Tempo color unavailable - improved error handling with fallbacks - delphiki#39: Missing state_class - added SensorStateClass.MEASUREMENT for HA statistics - delphiki#33: TLS certificate issues - added SSL context with disabled verification New Features: - delphiki#36: Added subscription tariff sensors (monthly abonnement costs) - delphiki#41: Added off-peak hours sensor (is_off_peak indicator) - Improved unique_id generation to prevent conflicts - Better logging (debug instead of info for routine messages) Technical Changes: - Replaced synchronous requests with async aiohttp - CSV parsing now uses DictReader for named column access - Proper date range validation for tariff selection - Graceful degradation when APIs fail - Version bumped to 3.0.0
divers33
added a commit
to divers33/hass-tarif-edf
that referenced
this pull request
Dec 30, 2025
Fgdou
reviewed
Feb 3, 2026
Fgdou
left a comment
There was a problem hiding this comment.
I feel like this change does not bring any changes
Furthermore, there is no description, and no tests
| "aiohttp>=3.8.0", | ||
| "async_timeout>=4.0.0" | ||
| ], | ||
| "version": "3.0.0" |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.