1
0
ansible-home-assistant/configuration/automations/bathroom-weight.yaml

20 lines
562 B
YAML
Raw Normal View History

2023-09-18 18:44:17 +00:00
- id: bathroom_weight_measured
alias: "[Bathroom] Weight measured"
mode: single
trigger:
- type: weight
platform: device
device_id: 6073ba909a68954d04c2ea86907a9193
entity_id: fcf113f550b430be77b620f80101c3a7
domain: sensor
condition: [ ]
action:
- service: notify.mobile_app_iphone
data:
title: "Weight has changed"
message: >
Measured weight: {{ states('sensor.mi_smart_scale_6f96_mass') }}, tap to log into Apple Health
data:
shortcut:
name: "Log Weight"