ad-media-lights-sync icon indicating copy to clipboard operation
ad-media-lights-sync copied to clipboard

Using chromecast Native app rather than google cast : entity_picture_local

Open jawshr26 opened this issue 1 year ago • 1 comments

Hello,hope you can point me in the right direction. Casting from a device traditionally will give me a value on the entities Entity Picture parameter, but not with any native apps on the Chromecast with Google TV. Feels like I'm close but do I need a separate intergration for the google TV apps?

Thanks heaps

PS. HomeAssistantOS latest version on rpi4. Here's my apps.yaml:

media_lights_sync:
  module: media_lights_sync
  class: MediaLightsSync
  media_player: media_player.bedroom_tv
  lights:
    - light.corner_lamp
    - light.dining_lamp
  ha_url: http://homeassistant.local:8123/
  reset_lights_after: true
  use_saturated_colors: false
  use_current_brightness: false
  condition:
    entity: input_boolean.sync_tv_lights
    state: "on"

jawshr26 avatar Aug 18 '24 03:08 jawshr26

Hi, if the entity_picture is empty in Home Assistant, then this app won't be able to parse the colors to the lights. Make sure HA is receiving a picture from your device first.

ericmatte avatar Oct 30 '24 17:10 ericmatte