initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
- id: smoke_detected
alias: '[App] Smoke Detected'
initial_state: 'true'
trigger:
- platform: state
entity_id: binary_sensor.smoke_detector_01
to: "on"
action:
- service: notify.telegram_alex
data_template:
message: "Smoke Detected"
- id: co_detected
alias: '[App] CO Detected'
initial_state: 'true'
trigger:
- platform: state
entity_id: binary_sensor.carbon_monoxide_detector_01
to: "on"
action:
- service: notify.telegram_alex
data_template:
message: "CO Detected"