Fix Security Package
This commit is contained in:
@@ -16,6 +16,10 @@
|
|||||||
- url: /hacsfiles/frigate-hass-card/frigate-hass-card.js
|
- url: /hacsfiles/frigate-hass-card/frigate-hass-card.js
|
||||||
type: module
|
type: module
|
||||||
|
|
||||||
|
# Layout Card
|
||||||
|
- url: /hacsfiles/lovelace-layout-card/layout-card.js
|
||||||
|
type: module
|
||||||
|
|
||||||
# Light Entity Card
|
# Light Entity Card
|
||||||
- url: /hacsfiles/light-entity-card/light-entity-card.js
|
- url: /hacsfiles/light-entity-card/light-entity-card.js
|
||||||
type: module
|
type: module
|
||||||
|
|||||||
@@ -307,7 +307,7 @@ automation:
|
|||||||
- alias: Pause Camera Event Detection
|
- alias: Pause Camera Event Detection
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: input_binary.disable_camera_events
|
entity_id: input_boolean.disable_camera_events
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
@@ -322,7 +322,7 @@ automation:
|
|||||||
- alias: Resume Camera Event Detection
|
- alias: Resume Camera Event Detection
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: input_binary.disable_camera_events
|
entity_id: input_boolean.disable_camera_events
|
||||||
to: 'off'
|
to: 'off'
|
||||||
action:
|
action:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
@@ -347,7 +347,7 @@ automation:
|
|||||||
to: 'on'
|
to: 'on'
|
||||||
condition:
|
condition:
|
||||||
condition: state
|
condition: state
|
||||||
entity_id: input_binary.disable_camera_events
|
entity_id: input_boolean.disable_camera_events
|
||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
@@ -385,7 +385,7 @@ automation:
|
|||||||
not_to: disarmed
|
not_to: disarmed
|
||||||
condition:
|
condition:
|
||||||
condition: state
|
condition: state
|
||||||
entity_id: input_binary.disable_camera_events
|
entity_id: input_boolean.disable_camera_events
|
||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- delay: 60
|
- delay: 60
|
||||||
|
|||||||
Reference in New Issue
Block a user