#Adjust color extractor saturation

1 messages · Page 1 of 1 (latest)

west hatch
#
alias: Spotify Light Sync
description: ""
trigger:
  - platform: state
    entity_id:
      - media_player.spotify_censored
    attribute: media_track
condition:
  - condition: state
    entity_id: light.pc_light
    state: "on"
action:
  - service: color_extractor.turn_on
    data_template:
      color_extract_url: >-
        https://home.lab{{states.media_player.spotify_censored.attributes.entity_picture
        }}
      entity_id: light.pc_light
      brightness_pct: 100
      transition: 5

here's my automation which changes the color of my light bulb, based on the color of the album art, however the colors are 9 times out of 10 too "white" (closer to the centre of the color wheel) and my bulb isn't great at showing those colors. I'd like to make the colors be further from the center so that it looks better, however I'm clueless how to achieve this – I can't find much documentation on color_extractor, neither can I figure out how to adjust the color picker's settings (it's a localtuya integration w/ a hama light bulb)