Blueprints not sending notifications

Hi, I’m trying to use the blueprint project you did to notify to telegram but it doesn’t works.
I’m trying to monitor the spathiphyllum_ble Battery (72 %)
Do you know why?
Can you help me please?


UPDATE!!!
In my opinion the problem are in the quotes!
The field “message”, in the service notify.telegram, doesn’t work if it contain quotes.
message: test WORKS
message: ‘test’ DOESN’T WORKS

So that
message: ‘{{sensors}}’ DOESN’T WORKS

Any suggestions???

Take out the quotes

I’ve tried but it doesn’t works

SOLVED

message: ‘{{sensors|replace(’’_’’,’’ ‘’)}}’

1 Like