After upgade statistic sensor don’t show Characteristics (median, and so on )
only age_coverage_ratio and buffer_usage_ratio
in log i see error [homeassistant.components.statistics.sensor] sensor.set_temp_stable_statistic: parsing error, expected number and received None
Have anybody idia how to fix it?
In 2021.11.5 i have same error in log but sensor show attributes
sensor updated as in documentation
Reading the Github issue, it appears that it’s not a bug rather its a deliberate change
Given it was an internal integration (not driven by an external API or connection), its a little sad that the change has been made without any warning (given it was a breaking change) or depreciation.
See documentation for all changes and a bunch of new features. If you have ideas for further characteristics and improvements, please do not hesitate to contact me.
according to statistics documentation, the state characteristics value_min/max should be present. But are not. How do I get now min/max temperature value in last 24hours?