Skip to content

Releases: pnbruckner/ha-illuminance

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.

DarkSky removed from HA as of 2023.4.0b6

05 Apr 02:16
012b65d
Compare
Choose a tag to compare

This release handles DarkSky no longer being available.

#41

Use common condition mapping when possible

23 Jan 19:10
Compare
Choose a tag to compare

Improve HACS support

10 Jan 14:23
221d727
Compare
Choose a tag to compare

Replaces broken 3.2.1 release.

Fixes dependency setup error by putting darksky in after_dependencies instead of dependencies.

Add unique IDs

09 Jan 20:41
24f29df
Compare
Choose a tag to compare

Allows entities to be managed on UI Entities page.
Support HA versions 2021.12 and newer.

Use configurable divider fallback value when weather data not available

06 Jan 21:07
f9411f6
Compare
Choose a tag to compare

#29

Add support for Buienradar.
Add support for cloud coverage sensors.
Use regular expressions to analyze attribution.
Handle unavailable & unknown states.

Use US Naval Observatory algorithm to estimate sun illuminance

24 May 13:36
b8d6b60
Compare
Choose a tag to compare

#24

Use an algorithm from the US Naval Observatory for estimating sun illuminance based on the sun's elevation (aka altitude.)
Add a new configuration item - mode - that selects this new algorithm (normal, default), or the previous one (simple.)
Remove support for Weather Underground & YR.

Add support for OpenWeatherMap

04 Mar 14:00
ba30db0
Compare
Choose a tag to compare

Move version to manifest.json per new integration requirements

03 Mar 14:22
49fefe1
Compare
Choose a tag to compare