Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't push HA -> Companion app notifications with images #1208

Open
andriuszvirblis opened this issue Sep 19, 2024 · 2 comments
Open

Can't push HA -> Companion app notifications with images #1208

andriuszvirblis opened this issue Sep 19, 2024 · 2 comments

Comments

@andriuszvirblis
Copy link

andriuszvirblis commented Sep 19, 2024

I am trying to use this script in order to push notifications from my Eufy cameras using their image entities to my Android phone, but only text notifications appear without any images:

  • service: notify.mobile_app_fuatx3pro
    data:
    message: Motion detected
    data:
    image: /api/image_proxy/image.entrance_event_image
@dangerzau
Copy link

Try this in place of your image: line - Obviously replace your homeassistant url to your own and if not using ssl chnage to http:// instead of https:// - Have struggled with this a few times, and this seems the most reliable way to ensure the image shows up on the notification.

image: >-
  https://YOURHOMEASSISTANTURL/api/image_proxy/image.entrance_event_image?token={{state_attr('image.entrance_event_image','access_token')}}

@andriuszvirblis
Copy link
Author

Try this in place of your image: line - Obviously replace your homeassistant url to your own and if not using ssl chnage to http:// instead of https:// - Have struggled with this a few times, and this seems the most reliable way to ensure the image shows up on the notification.

image: >-
  https://YOURHOMEASSISTANTURL/api/image_proxy/image.entrance_event_image?token={{state_attr('image.entrance_event_image','access_token')}}

Tried it, doesnt work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants