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

18 lines
480 B
YAML
Raw Permalink Normal View History

2023-09-18 18:44:17 +00:00
- id: bathroom_weight_measured
alias: "[Bathroom] Weight measured"
mode: single
trigger:
2023-09-18 21:28:09 +00:00
- platform: state
entity_id:
- sensor.mi_smart_scale_6f96_mass
2023-09-18 18:44:17 +00:00
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"