Fix Security Package
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user