Update Security Package
This commit is contained in:
@@ -75,6 +75,7 @@ binary_sensor:
|
||||
- binary_sensor.bedroom_side_window
|
||||
- binary_sensor.bedroom_back_window
|
||||
|
||||
sensor:
|
||||
# Doorbell Camera Online State
|
||||
- platform: rest
|
||||
name: Doorbell Camera Online
|
||||
@@ -85,7 +86,7 @@ binary_sensor:
|
||||
params:
|
||||
action: getConfig
|
||||
name: VSP_PaaS.Online
|
||||
value_template: "{{ value.split('=')[1]|lower == 'true' }}"
|
||||
#value_template: "{{ value.split('=')[1]|lower == 'true' }}"
|
||||
scan_interval: 30
|
||||
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user