- Added new binary_sensor `Is Lightning` showing if there is currently a lightning storm - Added new sensor `UV Description`, detailing the current UV value - Added new sensor `Staton Information`, detailing data about the Tempest Station
0.6.4
**Date**: `2023-10-18`
Changes
- Added new sensor `Power Save Mode` that shows the Power Mode of a Tempest device. Attributes of the sensor gives a textual explanation. For more information [read here](https://help.weatherflow.com/hc/en-us/articles/360048877194-Solar-Power-Rechargeable-Battery)
0.6.3
**Date**: `2023-10-17`
Changes
- Added check for None values in all calculated sensors, to ensure they will not throw an error.
0.6.2
**Date**: `2023-10-15`
Changes
- Ensuring that the sensor function still works with AIR and SKY devices, even though we do not add Voltage and battery values.
0.6.1
**Date**: `2023-10-15`
Changes
- Optimizing the *Fetch Sensor Data* by removing 1 call to the API per cycle.
0.6.0
**Date**: `2023-10-14`
Changes
- Rewritten the Request modules to simplify code base. - Merged all API request needed for getting sensor data, into one function.