mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
alias: Furnace Room Water Sensor On
|
||||
id: automation_front_room_water_sensor_on
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.furnace_room_water_sensor_water_alarm_water_leak_detected
|
||||
to: "on"
|
||||
for: "00:00:10"
|
||||
|
||||
action:
|
||||
- service: tts.google_translate_say
|
||||
entity_id: media_player.front_room_hub, media_player.bathroom_mini, media_player.kitchen, media_player.master_bedroom_clock
|
||||
data:
|
||||
message: Attention! A water leak has been detected on the furnace room floor!
|
||||
|
||||
- service: notify.mobile_app_pixel_7
|
||||
data:
|
||||
message: Attention! A water leak has been detected on the furnace room floor!
|
||||
Reference in New Issue
Block a user