v1.4.2: Add suggested_display_precision to sensor values
This release adds suggested_display_precision
to the sensors to control the precision of decimal places shown for the sensors. The rounding option now only applies to the sensors due to the way that units get converted in HA. The numbers would be rounded first before being converted to your local units and would cause discrepancies between the weather entity and the sensors. For more information see #177
The option to change forecast modes has also been removed as it no longer does anything since the 1.3 update. When adding the default weather card there has the option to display whichever one you prefer.
What's Changed
- Bump colorlog from 6.8.0 to 6.8.2 by @dependabot in #182
- Bump ruff from 0.1.14 to 0.1.15 by @dependabot in #183
- Bump ruff from 0.1.15 to 0.2.0 by @dependabot in #184
- Add suggested_display_precision to sensor values by @cloneofghosts in #187
- Update pip requirement from <23.4,>=21.0 to >=21.0,<24.1 by @dependabot in #188
- Remove forecast option by @cloneofghosts in #189
Full Changelog: v1.4.1...v1.4.2