Eric Matte
Eric Matte
Hi, sorry for the late response, but this is _somewhat_ possible if you are using an android tv, with remote debugging enabled. Something like that: https://community.home-assistant.io/t/getting-the-image-art-from-media-player-androidtv-as-a-generic-camera/189595/7. The only problem is...
That could be possible, but not in my plans for now. A pull request is always welcome.
Hi, did you find a solution to your problem? If not, are-you able to change the color of your `light.bedroom_lights` in the `Developer tools -> Services` of your Home Assistant...
Hi, > It would be nice if you didn't have to wait for the next track for the colours to be applied. Do you use a spotify media_player for this?...
For me that plugin from @mmomtchev worked: https://github.com/mmomtchev/expo-android-localized-app-name
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...
While waiting for a fix, I've added a simple job that run before Claude to remove old comments: ```yml jobs: delete-old-claude-comments: # Currently, the claude-code-action does not support updating its...
Update : For my use case, `use_sticky_comment: true` option works perfectly! Claude code is now able to update its own PR comment without needing me to setup anything else.
You are receiving this error because your `ha_url` does not seems to be recognized by the script. This error will only be thrown if `if not is_absolute and self.ha_url is...