Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

topic is not allowed #13

Open
Serph91P opened this issue Jan 27, 2024 · 2 comments
Open

topic is not allowed #13

Serph91P opened this issue Jan 27, 2024 · 2 comments

Comments

@Serph91P
Copy link

Getting this error when adding topic to the script:

error while executing automation automation.waschmaschine_fertig: extra keys not allowed @ data['topic']
@Knah-Tsaeb
Copy link

Same here.

@pharmacologic
Copy link

it seems that the provided example in README.md is incorrect.

topic: should be under another data: block

this works for me:

service: notify.ntfy
data:
  title: Battery Alert
  message: phone is currently at {{states('sensor.phone_battery_level')}}% battery.
  data:
    topic: non_default_topic
    tags:
      - telephone_receiver
      - battery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants