Skip to content

Releases: xplus2/homeassistant-ambient-extractor

color_temperature 1000 < x < 40000; step size == 1

07 Sep 17:07
Compare
Choose a tag to compare

changed range and step size of color_temperature.
New max: 40.000 K
New step size: 1

color_temperature

07 Sep 01:48
Compare
Choose a tag to compare

Optionally apply a color temperature to accommodate the difference in source image generation and actually shown colors.

Cropping feature for color detection too

07 Sep 00:39
Compare
Choose a tag to compare

Renamed "crop_offset_left" to "crop_left".
Renamed "crop_offset_top" to "crop_top".

Fixes services.yaml entries.

06 Sep 23:02
Compare
Choose a tag to compare

New: Crop source image

06 Sep 22:59
Compare
Choose a tag to compare

New feature:
Limit detection to an area of the source image.

Configuration:
crop_offset_left = [0-100] in % width; default = 0
crop_offset_top = [0-100] in % height; default = 0
crop_width = [0-100] in % width; default = 0 == full image
crop_height = [ß-100] in % height; default = 0 == full image

v0.4.2: Update __init__.py

20 Feb 19:31
f25979e
Compare
Choose a tag to compare

Fixed color setting.
Don't forget to remove "rgb_temperature" from your automations.

v0.4.1

20 Feb 19:20
Compare
Choose a tag to compare

Bugfix

v0.4

20 Feb 12:47
Compare
Choose a tag to compare

Removed experimental feature rgb_temperature

v0.3

13 Dec 22:37
Compare
Choose a tag to compare

Add rgb_temperature color correction

v0.2

13 Dec 21:28
620d743
Compare
Choose a tag to compare

Changed URL