mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# https://www.home-assistant.io/integrations/binary_sensor
|
||||
|
||||
- platform: template
|
||||
sensors:
|
||||
camera_state:
|
||||
friendly_name: "Security camera"
|
||||
device_class: safety
|
||||
value_template: >-
|
||||
{{ state_attr('camera.amcrest_camera', 'motion_recording') != 'on' }}
|
||||
Reference in New Issue
Block a user