Suche Blueprint zum Senden von Entitätswerten

Wozu eine Blueprint?

Richte bei dir SMTP EIN

Damit kannst du dir dann auch States/Werte schicken

action:
  - service: notify.NOTIFIER_NAME       # adjust as necessary
    data:
      title: "Change of state"
      message: "Zähler XY hat einen Wert von {{ states('sensor.xyz') }}."
      target:
        - "recipient@example.com"