#Send entity info in notification

1 messages · Page 1 of 1 (latest)

muted coyote
#

So I've used home assistant for a while now but only lightly. I'm at the point of I know that I know next to nothing. I have a Bambu Labs P1S and AMS and I connected it to my HA. I did this for 2 reasons to turn off the chamber light after the print finishes (that automation works totally fine) and for it to send a notification when the humidity index in my AMS changes. I have gotten it to send a notification when those conditions are met. I want to make it a bit better for me now. I want to add what the index that it changed to in the notification. How would I do that? Would it be in the message or the entity or what?

blissful cove
#

You'd do that with #1284966664357810196 in the message, for example:

It is now {{ states('sensor.whale_temperature') }} degrees
``` that channel can help with templates, as can <https://www.home-assistant.io/docs/configuration/templating/>