Hi guys,
I’m trying to sent a notification with the battery level of my smartwatch to my phone. I’m using the Join component. If I add the percentage symbol in the message of the notification it doesn’t work. Without the symbol it works perfectly.
My config:
- id: '(automation_id)'
alias: Notify Phone for low Battery on Smartwatch
trigger:
- at: '20:00'
platform: time
condition:
- below: '25'
condition: numeric_state
entity_id: sensor.smartwatchbat
action:
- data:
message: Charge it!
title: 'Smartwatch Battery {{ states.sensor.smartwatchbat.state }} %'
service: notify.phone