-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release #546
Merged
Merged
New release #546
Conversation
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
…f strings with symbols BREAKING CHANGE: Various attributes will now be numeric instead of strings with symbols (e.g. £1.50 -\> 1.50). Any logic that was used to remove these symbols will now break. In addition, some attribibutes had raw representations, which have now been removed. Please review docs for more information.
…/pence for consistency BREAKING CHANGE: Standing charge attribute on cost sensors are now in pound/pence. If you are using this, then might need to adjust any calculations etc.
…r consistency BREAKING CHANGE: All references to value_inc_vat and rates should be in pounds/pence. If you are relying on this structure, you may need to update your logic
…upport future functionality BREAKING CHANGE: Any references to intelligent sensors will need to be updated based on name changes
… support future functionality BREAKING CHANGE: Any references to saving session entities will need to be updated based on name change
BREAKING CHANGE: saving session points sensor has been removed in favour of octoplus points sensor
…for consistency BREAKING CHANGE: Any references to last_calculated_timestamp attribute should be updated to last_evaluated
…us saving session events BREAKING CHANGE: The joined events attribute has been removed from the saving session binary sensor in favour of this
BREAKING CHANGE: Any previous references to valid_from/valid_to, interval_start/interval_end or from/to have now been changed to start/end. This change may take a little while to propagate while old data is replaced. Any reliances on these attribute names will need to be updated.
…ion (#535) BREAKING CHANGE: Any previous references to valid_from/valid_to, interval_start/interval_end or from/to have now been changed to start/end. This change may take a little while to propagate while old data is replaced. Any reliances on these attribute names will need to be updated.
…tored after reload/restart
…ors to fix statistics warning BREAKING CHANGE: all_rates and applicable_rates attributes are no longer accessible in rate sensors. All rate information is available in the events attribute. See #444 for more information
…e underlying data was last retrieved and when the value was last evaluated. These will slowly be added to other entities.
…vious consumption based sensors
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.