本帖最后由 缥缈的孤鸿 于 2021-11-2 09:16 编辑
automation.yaml写法供参考:
- id: '*****'
alias: *****
description: ''
trigger:
- platform: template
value_template: '{{ is_state_attr(''device_tracker.car'', ''ignition'', true) }}'
condition: []
action:
- service: notify.weixin
data:
message: 爱车于{{as_timestamp(now()) | timestamp_local}}在{{states('sensor.car_loc')}}点火启动!
title: 爱车在{{states('sensor.car_loc')}}点火启动!
data:
type: news
url: https://restapi.amap.com/v3/staticmap?zoom=14&size=1024*512&markers=large,,A*****
picurl: https://restapi.amap.com/v3/staticmap?zoom=14&size=1024*512&markers=large,,A*****
mode: single
|