diff --git a/configuration/automations/alarm.yaml b/configuration/automations/alarm.yaml index 0d6c033..9139b64 100644 --- a/configuration/automations/alarm.yaml +++ b/configuration/automations/alarm.yaml @@ -31,7 +31,7 @@ data: entity_id: camera.hallway url: - _: "/lovelace-tablet/cctv" + _: "/lovelace-tablet/security" - id: alarm-away-living-roomn alias: '[Alarm] Trigger alarm when not at home (Living Room)' @@ -77,7 +77,7 @@ data: entity_id: camera.living_room url: - _: "/lovelace-tablet/cctv" + _: "/lovelace-tablet/security" - id: alarm-away-remaining alias: '[Alarm] Trigger alarm when not at home' @@ -110,7 +110,7 @@ {{ state_attr(trigger.entity_id, 'friendly_name') }} data: url: - _: "/lovelace-tablet/cctv" + _: "/lovelace-tablet/security" - id: alarm-night alias: '[Alarm] Trigger alarm at night' @@ -147,7 +147,7 @@ {{ state_attr(trigger.entity_id, 'friendly_name') }} data: url: - _: "/lovelace-tablet/cctv" + _: "/lovelace-tablet/security" - id: alarm-arm-away alias: '[Alarm] Arm away' diff --git a/configuration/automations/camera.yaml b/configuration/automations/camera.yaml index 911faeb..5302372 100644 --- a/configuration/automations/camera.yaml +++ b/configuration/automations/camera.yaml @@ -27,7 +27,7 @@ data: entity_id: camera.living_room url: - _: "/lovelace-tablet/cctv" + _: "/lovelace-tablet/security" - id: camera-hallway-notification alias: '[Camera] Hallway notification' @@ -54,7 +54,7 @@ data: entity_id: camera.hallway url: - _: "/lovelace-tablet/cctv" + _: "/lovelace-tablet/security" - id: camera-hallway-person-notification alias: '[Camera] Hallway person detected' @@ -75,7 +75,7 @@ data: entity_id: camera.hallway_person url: - _: "/lovelace-tablet/cctv" + _: "/lovelace-tablet/security" - id: camera-livingroom-person-notification alias: '[Camera] Living Room person detected' @@ -96,4 +96,4 @@ data: entity_id: camera.living_room_person url: - _: "/lovelace-tablet/cctv" \ No newline at end of file + _: "/lovelace-tablet/security" \ No newline at end of file