From 5d28b2c4eee82fbd0b2e3a0878539583e4ea7dcf Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 4 Mar 2023 12:14:32 -0800 Subject: [PATCH] Fix Security Package --- lovelace/resources.yaml | 4 ++++ packages/security/security.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lovelace/resources.yaml b/lovelace/resources.yaml index 47fd4cf..d8403c2 100644 --- a/lovelace/resources.yaml +++ b/lovelace/resources.yaml @@ -16,6 +16,10 @@ - url: /hacsfiles/frigate-hass-card/frigate-hass-card.js type: module +# Layout Card +- url: /hacsfiles/lovelace-layout-card/layout-card.js + type: module + # Light Entity Card - url: /hacsfiles/light-entity-card/light-entity-card.js type: module diff --git a/packages/security/security.yaml b/packages/security/security.yaml index 5a925f7..62fd454 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -307,7 +307,7 @@ automation: - alias: Pause Camera Event Detection trigger: - platform: state - entity_id: input_binary.disable_camera_events + entity_id: input_boolean.disable_camera_events to: 'on' action: - service: mqtt.publish @@ -322,7 +322,7 @@ automation: - alias: Resume Camera Event Detection trigger: - platform: state - entity_id: input_binary.disable_camera_events + entity_id: input_boolean.disable_camera_events to: 'off' action: - service: mqtt.publish @@ -347,7 +347,7 @@ automation: to: 'on' condition: condition: state - entity_id: input_binary.disable_camera_events + entity_id: input_boolean.disable_camera_events state: 'off' action: - service: mqtt.publish @@ -385,7 +385,7 @@ automation: not_to: disarmed condition: condition: state - entity_id: input_binary.disable_camera_events + entity_id: input_boolean.disable_camera_events state: 'off' action: - delay: 60