Skip to content

Commit

Permalink
Rename Modelo 303 RSS Notification to AEAT
Browse files Browse the repository at this point in the history
  • Loading branch information
hokus15 committed Dec 29, 2023
1 parent c85787f commit 636e753
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- id: "misc_modelo303_rss_notification"
alias: "Misc - Modelo 303 - RSS Notification"
- id: "misc_aeat_rss_notification"
alias: "Misc - AEAT - RSS Notification"
trigger:
platform: event
event_type: feedreader
Expand All @@ -9,6 +9,7 @@
- '{{ "modelo 303" in trigger.event.data.title }}'
- '{{ "Modelo 303" in trigger.event.data.title }}'
- '{{ "IVA 303" in trigger.event.data.title }}'
- '{{ "informativas" in trigger.event.data.title }}'
action:
- service: telegram_bot.send_message
data_template:
Expand Down

0 comments on commit 636e753

Please sign in to comment.