Skip to content

Commit

Permalink
Fix for some automation #87
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Jun 12, 2022
1 parent 16dc6ef commit e2ee28b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automations/utilities/dishwasher_leak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ action:
tag_id: 'emergency'
color: 'red'
sticky: 'true'
- data:
#- data:
# entity_id:
# - media_player.display_me
# - media_player.clock_me
Expand All @@ -52,4 +52,5 @@ action:
- media_player.clock_me
data:
message: 'Water leak detected. Check under dishwasher now!'
extra:
volume: 0.6
1 change: 1 addition & 0 deletions automations/utilities/shelly_gas_alert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ action:
- media_player.clock_me
data:
message: 'Gas leak alert. Current level of gas is {{ states("sensor.shelly_gas_10521cef4a01_concentration") }} PPM and normal value should be 0.'
extra:
volume: 0.5
1 change: 1 addition & 0 deletions automations/utilities/shelly_gas_normal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ action:
- media_player.clock_me
data:
message: 'Gas leak alert ends. Current level of gas is {{ states("sensor.shelly_gas_10521cef4a01_concentration") }} PPM and normal value should be 0.'
extra:
volume: 0.5
1 change: 1 addition & 0 deletions automations/utilities/shelly_gas_self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ action:
- media_player.clock_me
data:
message: 'Shelly gas sensors needs self-test. Press button on it to start it.'
extra:
volume: 0.5
1 change: 1 addition & 0 deletions automations/utilities/shelly_gas_warning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ action:
- media_player.clock_me
data:
message: 'Gas warning. Current level of gas is {{ states("sensor.shelly_gas_10521cef4a01_concentration") }} PPM and normal value should be 0'
extra:
volume: 0.5
1 change: 1 addition & 0 deletions automations/weather/earthquake_detected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ action:
- media_player.clock_me
data:
message: 'Earthquake detected! Stay calm!'
extra:
volume: 0.5

0 comments on commit e2ee28b

Please sign in to comment.