I’m trying to send a message to my phone via mobile app indicating the name of the wifi I’m connected to using the information stored in my mobile app, sensor.rafo_sm23_wifi_connection. I have tried several different things and I get the message but for the name I get an “unknown”. I know that I am missing something but can’t see it.
service: notify.mobile_app_rafo_sm23
metadata: {}
data:
message: TTS
data:
tts_text: Rafo desconectado de {{ states (" sensor.rafo_sm23_wifi_connection ") }}
language: es-us
priority: high