Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 96121

Notify.Mobileapp stops working when trigger.entity_id is added

$
0
0

@Arsenal10108 wrote:

I am trying to write a single automation that will notify me via push notification on Android HA app.
It will notify me just fine with basic text in quotes but as soon as I try to add the trigger.entity_id into the message service data it breaks it.
Here is my YAML

- id: '1582292442297'
  alias: Notify me when Garage door Opens
  description: ''
  trigger:
  - entity_id: 
      - binary_sensor.little_garage_door
      - binary_sensor.big_garage_door
    from: closed
    platform: state
    to: open
  condition: []
  action:
  - data:
      message: '{{trigger.entity_id}} has been opened'
      title: Alert
    service: notify.mobile_app_pixel_3

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 96121

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>