Skip to content

Clamp cloud coverage values to 0 - 100 without logging error

Compare
Choose a tag to compare
@pnbruckner pnbruckner released this 23 Apr 17:49
· 3 commits to master since this release
133f92d

What's Changed

  • Clamp cloud coverage values to 0 - 100 without logging error by @pnbruckner in #66

Some weather entities apparently provide cloud coverage percentages above 100%, resulting in lots of Illuminance errors. This change forces cloud coverage percentage values to be between 0 & 100, inclusive.

Full Changelog: 5.4.2...5.4.3