Closed VDRainer closed 6 years ago
@VDRainer You have to declare the data parameter in your json, take a look at the documentation on https://home-assistant.io/components/notify.pushsafer/
Worked before 0.63. OK, now it works with:
- service: notify.pushsafer
data_template:
title: "New Home Assistant Release"
message: "Home Assistant {{ states.sensor.current_ha_version.state }} is now available."
data: {}
But the docs should be updated.
To use notifications, please see the getting started with automation page.
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
): 0.63.2Python release (
python3 --version
): 3.6.3Component/platform: Notify / Pushsafer
Description of problem: Sending simple Textmessage with Title and message in an automation and also in Dev Tools/services fails. @appzer
Complex messages like stated in the docs do work.
Expected: Sending simple text messages
Traceback (if applicable):
Additional info: