Update to the current version
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s

This commit is contained in:
2025-05-11 16:06:31 -04:00
parent d45649f8b8
commit 26d86dec90
55 changed files with 10355 additions and 2245 deletions

View File

@ -7,9 +7,17 @@
entity_id: binary_sensor.smoke_detector_01
to: "on"
action:
- service: notify.telegram_alex
data_template:
message: "Smoke Detected"
- service: telegram_bot.send_message
data:
target: "-1002338954143"
message_thread_id: 3
message_tag: night_mode_finished
title: "[Home Assistant] Night Mode"
message: 'Smoke/Fire is detected'
# - service: notify.telegram_alex
# data_template:
# message: "Smoke Detected"
- id: co_detected
alias: '[App] CO Detected'
@ -19,6 +27,13 @@
entity_id: binary_sensor.carbon_monoxide_detector_01
to: "on"
action:
- service: notify.telegram_alex
data_template:
message: "CO Detected"
- service: telegram_bot.send_message
data:
target: "-1002338954143"
message_thread_id: 3
message_tag: night_mode_finished
title: "[Home Assistant] Night Mode"
message: 'Carbon monoxide is detected'
# - service: notify.telegram_alex
# data_template:
# message: "CO Detected"