Skip to content

Commit

Permalink
fix: do not replace electricity notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed May 24, 2024
1 parent 547634e commit 8bf54c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,7 @@
notify: false
force_speak: true
messages: '{{ messages }}'
enabled: true
- delay:
hours: 2
minutes: 0
Expand Down Expand Up @@ -2307,7 +2308,6 @@
- Вдома увімкнули електрику.
notify_data:
url: /localave/home
tag: electricity
else:
- alias: Notify electricity is off
service: script.announcement
Expand All @@ -2326,7 +2326,6 @@
- Вдома вимкнули електрику.
notify_data:
url: /localave/home
tag: electricity
mode: single
- id: '1716315229743'
alias: 'Alert: Low Battery Notification'
Expand Down

0 comments on commit 8bf54c2

Please sign in to comment.