Running latest HA.
I get a warning like this:
The unit has changed
The unit of 'Nordpool 10 Day Average' (sensor.nordpool_10_day_average) changed to 'Öre/kWh' which can't be converted to the previously stored unit, ''.
If the historic statistic values have a wrong unit, you can update the units of the old values. The values will not be updated.
Otherwise you can choose to delete all historic statistic values, and start over.
### How do you want to fix this issue?
1 Update the unit of the historic statistic values from '' to 'Öre/kWh', without converting.
2 Delete all old statistic data for this entity
The definition of sensor.nordpool_10_day_average is
sensor:
- platform: statistics
name: "Nordpool 10 Day Average"
unique_id: "1b42533a-ba84-4739-9e83-fd71854368a2"
entity_id: sensor.nordpool
state_characteristic: mean
precision: 1
max_age:
days: 10
In the warning I can chose between option 1 and 2. I have tried option 2 but the warning came back.
What can I do to solve the situation?