Skip to content

Commit

Permalink
Fix Unifi Protect entity rena
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed Sep 6, 2024
1 parent fcefa76 commit 42a5820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/rooms/conservatory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ automation:
description: ""
trigger:
- platform: state
entity_id: binary_sensor.conersatory_camera_person_detected
entity_id: binary_sensor.conservatory_person_detected
from: "off"
to: "on"
condition:
Expand All @@ -119,7 +119,7 @@ automation:
"{{ states('input_text.latest_frigate_conservatory_person_file_path')
}}"
target:
entity_id: camera.conservatory
entity_id: camera.conservatory_high_resolution_channel
- service: script.send_home_log_with_local_attachments
data_template:
message: Frigate detected a person in the conservatory.
Expand Down
2 changes: 1 addition & 1 deletion packages/rooms/stairs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ automation:
"{{ states('input_text.latest_frigate_upstairs_person_file_path')
}}"
target:
entity_id: camera.stairs
entity_id: camera.stairs_high_resolution_channel
- service: script.send_home_log_with_local_attachments
data_template:
title: Person detected on stairs
Expand Down

0 comments on commit 42a5820

Please sign in to comment.