Update to the current version
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user