Sensor from Tibber integration has no longer a state class
The problem
What version of Home Assistant Core has the issue?
2024.10.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Tibber
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tibber/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
Hey there @danielhiversen, mind taking a look at this issue as it has been labeled with an integration (tibber) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of tibber can trigger bot actions by commenting:
@home-assistant closeCloses the issue.@home-assistant rename Awesome new titleRenames the issue.@home-assistant reopenReopen the issue.@home-assistant unassign tibberRemoves the current integration label and assignees on the issue, add the integration domain after the command.@home-assistant add-label needs-more-informationAdd a label (needs-more-information, problem in dependency, problem in custom component) to the issue.@home-assistant remove-label needs-more-informationRemove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
(message by CodeOwnersMention)
tibber documentation tibber source (message by IssueLinks)
I have the same issue
Same here
Very same here.
Same error here.
Me also, I guess everyone who uses this integration ...
Same
Same issue. Given that current attributes are:
unit_of_measurement: SEK
device_class: monetary
friendly_name: Home Monthly cost
and what the documentation states, I would expect the attributes to be
unit_of_measurement: SEK
device_class: monetary
state_class: total_increasing
last_reset: 2024-10-01T00:00:00
friendly_name: Home Monthly cost
Since the value is reset monthly it is something that the integration must set.
Same issue. Sensor for monthly cost seems to be missing state_class: total_increasing. I can't add It manually. Needs to be added in integration.
Duplicate of https://github.com/home-assistant/core/issues/127363
In "127363 there is a comment to make a separate issue for the Tibber-problem, and in this separate issue, it's closed as a duplicate of the other one? What is the solution here @Danielhiversen ?