Skip to content

Working automation with Pushover and HA with attachments? #406

Closed Answered by msekoranja
biggen1684 asked this question in Ask A Question
Discussion options

You must be logged in to vote

I had the same problem. I have checked pushover notification integration code and it just does not handle URLs as attachment (the documentation states that it does).

What I did is the following:

shell_command:
  url_to_file: "curl {{ url }} -o {{ to_file }}"
- id: car_at_entrance
  alias: Car at entrance
  trigger:
    platform: mqtt
    topic: frigate/events
  condition:
    - condition: template
      value_template: "{{ trigger.payload_json['after']['camera'] == 'entrance' }}"
    - condition: template
      value_template: "{{ trigger.payload_json['after']['label'] == 'car' }}"
    - condition: template   # only notify once every 5 minutes
      value_template: "{{ ( as_timestamp(now…

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@biggen1684
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@biggen1684
Comment options

@wpeterw
Comment options

@biggen1684
Comment options

Answer selected by biggen1684
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants