Skip to content

Commit

Permalink
Tweak who receives notifications #67
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Jul 7, 2022
1 parent f309091 commit 4d30509
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automations/system/ha_shutdown_notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'andrej'
title: '*HA shutdown*'
value1: 'Home Assistant shutting down at {{ states("sensor.time") }}'
group: ha
Expand Down
2 changes: 1 addition & 1 deletion automations/system/ha_start_notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'andrej'
title: '*HA started*'
value1: 'Home Assistant started at {{ states("sensor.time") }}'
group: ha
Expand Down
2 changes: 1 addition & 1 deletion automations/utilities/dishwasher_start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ condition:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'andrej'
title: '♨ *Dishwasher starting*'
value1: 'Dishwasher is starting.'
target_id: !secret telegram_bot_chat_id
Expand Down
2 changes: 1 addition & 1 deletion automations/utilities/shelly_gas_self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ condition:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'andrej'
title: '☠ *Gas needs Self-test*'
value1: 'Gas sensor needs self-test. Press button to start it.'
target_id: !secret telegram_bot_chat_id
Expand Down
2 changes: 1 addition & 1 deletion automations/utilities/washing_machine_start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ condition:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'andrej'
title: '♨ *Washing starting*'
value1: 'Washing machine is starting.'
target_id: !secret telegram_bot_chat_id
Expand Down
2 changes: 1 addition & 1 deletion automations/utilities/waste_bio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ condition:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'family'
title: '♻ *Garbage day*'
value1: 'Take out bio bag for recycling.'
target_id: !secret telegram_bot_chat_id
Expand Down
2 changes: 1 addition & 1 deletion automations/utilities/waste_mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ condition:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'family'
title: '♻ *Garbage day*'
value1: 'Take out mixed trash for recycling.'
target_id: !secret telegram_bot_chat_id
Expand Down
2 changes: 1 addition & 1 deletion automations/utilities/waste_plastic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ condition:
action:
- service: script.notify_engine
data:
who: 'parents'
who: 'family'
title: '♻ *Garbage day*'
value1: 'Take out plastic for recycling.'
target_id: !secret telegram_bot_chat_id
Expand Down

0 comments on commit 4d30509

Please sign in to comment.