developers.home-assistant/blog/2023-08-23-sensor-updates.md
Erik Montnemery dc86fc0bdf
Add blog post about numerical sensors can't be NaN or inf (#1885)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-08-23 14:19:58 +02:00

487 B

author authorURL title
Erik Montnémery https://github.com/emontnemery Numerical sensors are no longer allowed to set their state to NaN or inf

Numerical sensors are no longer allowed to set their state to Not a Number or to positive or negative infinity.

The change was introduce in core PR#98110

For more details, refer to the sensor documentation.