mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
14 lines
366 B
YAML
14 lines
366 B
YAML
# 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' }}
|
|
|
|
# https://www.home-assistant.io/integrations/iss/
|
|
- platform: iss
|
|
show_on_map: true
|