Skip to content

Commit

Permalink
Add missing unique_id's
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 20, 2024
1 parent 3ecdd78 commit baaa366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/security/smoke_co_alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ homeassistant:

binary_sensor:
- platform: "group"
unique_id: "c0cd076b-4591-4f66-9b27-6aa21ad4720b"
name: "Smoke detected"
device_class: "smoke"
entities:
- "binary_sensor.basement_smoke_co_detector_smoke_detected"
- "binary_sensor.living_room_smoke_co_detector_smoke_detected"

- platform: "group"
unique_id: "cbb27a79-84ba-44c5-94c7-8fc4ea8c8264"
name: "Carbon monoxide detected"
device_class: "carbon_monoxide"
entities:
Expand Down

0 comments on commit baaa366

Please sign in to comment.