diff --git a/configuration.yaml b/configuration.yaml index 30e2857..efaf0e9 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -19,6 +19,9 @@ homeassistant: country: DK allowlist_external_dirs: - /config + # Tillad color_extractor at hente albumcovers via media_player_proxy + allowlist_external_urls: + - "http://localhost:8123" media_dirs: local: /config/www/media diff --git a/dashboards/views/06c_indkorsel_snapshots.yaml b/dashboards/views/06c_indkorsel_snapshots.yaml index d06e95e..d11117e 100644 --- a/dashboards/views/06c_indkorsel_snapshots.yaml +++ b/dashboards/views/06c_indkorsel_snapshots.yaml @@ -5,5 +5,5 @@ panel: true cards: - type: iframe - url: /local/snapshots/indkorsel_loader.html?v=20260910181921 + url: /local/snapshots/indkorsel_loader.html?v=20260910185021 aspect_ratio: 100% diff --git a/include/automations/coverfarve.yaml b/include/automations/coverfarve.yaml index 2429836..7cb6ea8 100644 --- a/include/automations/coverfarve.yaml +++ b/include/automations/coverfarve.yaml @@ -119,11 +119,9 @@ - action: color_extractor.turn_on data: color_extract_url: "{{ 'http://localhost:8123' ~ state_attr('media_player.stue', 'entity_picture') }}" + # Kun farve-lamper (pendle1/syd/spisebord kan ikke farve) entity_id: - - light.pendle1 - light.pendle2 - - light.syd - light.raket - - light.spisebord - light.panton transition: 2 diff --git a/include/automations/lightshow.yaml b/include/automations/lightshow.yaml index 0427789..8f6f4fe 100644 --- a/include/automations/lightshow.yaml +++ b/include/automations/lightshow.yaml @@ -224,12 +224,10 @@ actions: - variables: media_player_entity: media_player.spotifyplus_claus_dethlefsen + # Kun farve-lamper (pendle1/syd/spisebord kan ikke farve) lights: - - light.pendle1 - light.pendle2 - - light.syd - light.raket - - light.spisebord - light.panton spotify_image_url: "{{ state_attr(media_player_entity, 'sp_nowplaying_image_url') }}" - action: spotifyplus.get_image_palette_colors