Skip to content

Releases: pnbruckner/ha-illuminance

Make weather entity optional & add irradiance mode option

28 Aug 13:34
Compare
Choose a tag to compare

What's Changed

  • Make weather entity optional & add irradiance mode option by @pnbruckner in #69
    • Make weather entity optional.
    • Fallback default is 1 if no weather entity selected, or 10 when one is selected (as before.)
    • Add irradiance mode option.
    • Fix scan interval broken by HA 2024.6.
  • The astral package uses pytz which does file I/O when it sees a new time zone. Force this file I/O to happen in an executor.

Full Changelog: 5.4.3...5.5.0

Clamp cloud coverage values to 0 - 100 without logging error

23 Apr 17:49
133f92d
Compare
Choose a tag to compare

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

Avoid reloading config when not in correct state

29 Feb 19:48
5d2e80c
Compare
Choose a tag to compare

First noticed in 2024.3.0b1, either something unexpected changed, or timing has changed, because a config entry reload that worked ok before is now running while the config entry is still being set up. This change prevents reloads from being started when the config is not in the correct state.

Fix for frozen EntityDescription, again

30 Dec 13:00
7782561
Compare
Choose a tag to compare

Custom integrations are supposed to make classes derived from EntityDescription frozen. This works in 2024.1, but not in earlier releases. This fix should work for both.

Change minimum scan_interval to 0.5 minutes

29 Dec 23:30
510d437
Compare
Choose a tag to compare
  • Change minimum scan_interval to 0.5 minutes (i.e., 30 seconds.)
  • Change step in corresponding config flow entry to 0.5 minutes.
  • Fix for frozen EntityDescription in HA 2024.1.

Provide Italian translation

18 Dec 18:39
eed3297
Compare
Choose a tag to compare
5.3.0

Bump version to 5.3.0

Provide Polish translation

16 Dec 12:58
79e4cfb
Compare
Choose a tag to compare
5.2.0

Bump version to 5.2.0

Provide Swedish translation

09 Dec 00:49
98c21ad
Compare
Choose a tag to compare
5.1.0

Bump version to 5.1.0

Add config flow, service info & translations

07 Dec 12:53
005a03b
Compare
Choose a tag to compare

Support adding & configuring illuminance sensors via the UI. Change YAML configuration from platform under sensor: (which is now deprecated) to illuminance:. Add YAML reload service for illuminance integration.

Remove all support for darksky

30 Apr 16:12
aa56255
Compare
Choose a tag to compare

Confirmed that Dark Sky API has, indeed, shut down and is no longer usable.