Releases: xplus2/homeassistant-ambient-extractor
Releases · xplus2/homeassistant-ambient-extractor
color_temperature 1000 < x < 40000; step size == 1
color_temperature
Optionally apply a color temperature to accommodate the difference in source image generation and actually shown colors.
Cropping feature for color detection too
Renamed "crop_offset_left" to "crop_left".
Renamed "crop_offset_top" to "crop_top".
Fixes services.yaml entries.
Bugfix release.
New: Crop source image
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
Fixed color setting.
Don't forget to remove "rgb_temperature" from your automations.