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