@FrankDC: glad you find this useful.
The weather entity will always have the weather condition as state so this is what will be saved to your history. However, you can create a new template sensor for the attribute you want to have in your history (e.g. temperature).
One way is to do the following: go to Settings > Devices & services > Helpers (on top ribbon) > Create Helper (bottom right) > Template > Template a sensor. There you can create a new sensor to get your temperature (see the screenshot). This will add an entity called sensor.home_temperature
and its history will be saved. Repeat this for every other attribute you want to have in your history.
Credit to How to get temperature from a template - #2 by Brett_C for the idea.
I could have created many such sensors in the integration, but it adds many sensors that are not always useful. With the template, you can create whatever sensor you want or need.
@quizzical I don’t have any clue about this one, sorry. From the screenshot, it seems like an internal error of Home Assistant (this is not code I wrote). I never encountered this error during development and testing. Seems similar to Error when starting HACS intergration Reolink.
Could you provide a bit more insights?
- What kind of Home Assistant setup do you run? OS, supervised, container, other?
- Do you have logs of this error?
- What version of Home Assistant and the integration are you running?
- What are the steps to reproduce the error?