Compare commits
4 Commits
61cc63da0e
...
42e4dcd261
Author | SHA1 | Date | |
---|---|---|---|
42e4dcd261 | |||
edabef8ee1 | |||
576b3cab28 | |||
1a77da91c3 |
@ -30,8 +30,7 @@
|
||||
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||
data:
|
||||
entity_id: camera.hallway
|
||||
url:
|
||||
_: "/lovelace-tablet/security"
|
||||
url: "/lovelace-tablet/security"
|
||||
|
||||
- id: alarm-away-living-roomn
|
||||
alias: '[Alarm] Trigger alarm when not at home (Living Room)'
|
||||
@ -43,9 +42,9 @@
|
||||
- platform: state
|
||||
entity_id: binary_sensor.kitchen_tabletop_motion_detection
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.kitchen_sink_motion_sensor
|
||||
to: 'on'
|
||||
# - platform: state
|
||||
# entity_id: binary_sensor.kitchen_sink_motion_sensor
|
||||
# to: 'on'
|
||||
# Use open/close sensors
|
||||
- platform: state
|
||||
entity_id: binary_sensor.dining_window_1_open_close
|
||||
@ -76,8 +75,7 @@
|
||||
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||
data:
|
||||
entity_id: camera.living_room
|
||||
url:
|
||||
_: "/lovelace-tablet/security"
|
||||
url: "/lovelace-tablet/security"
|
||||
|
||||
- id: alarm-away-remaining
|
||||
alias: '[Alarm] Trigger alarm when not at home'
|
||||
@ -109,8 +107,7 @@
|
||||
message: >
|
||||
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||
data:
|
||||
url:
|
||||
_: "/lovelace-tablet/security"
|
||||
url: "/lovelace-tablet/security"
|
||||
|
||||
- id: alarm-night
|
||||
alias: '[Alarm] Trigger alarm at night'
|
||||
@ -146,8 +143,7 @@
|
||||
message: >
|
||||
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||
data:
|
||||
url:
|
||||
_: "/lovelace-tablet/security"
|
||||
url: "/lovelace-tablet/security"
|
||||
|
||||
- id: alarm-arm-away
|
||||
alias: '[Alarm] Arm away'
|
||||
|
@ -466,4 +466,4 @@
|
||||
data:
|
||||
title: "Device unavailable"
|
||||
message: >
|
||||
{{ device_attr(trigger.event.data.device_id, 'name_by_user') }} is unavailable for 5 minutes
|
||||
{{ device_attr(trigger.event.data.device_id, 'name_by_user') }} is unavailable
|
||||
|
@ -198,15 +198,6 @@ ios:
|
||||
icon: home-import-outline
|
||||
color: "#ffffff"
|
||||
|
||||
camera:
|
||||
- platform: generic
|
||||
name: '3D Printer Camera'
|
||||
still_image_url: https://192.168.110.13/cgi-bin/currentpic.cgi
|
||||
stream_source: rtsp://192.168.110.13:8554/unicast
|
||||
rtsp_transport: udp
|
||||
verify_ssl: false
|
||||
scan_interval: 5
|
||||
|
||||
alarm_control_panel:
|
||||
- platform: manual
|
||||
name: Home Alarm
|
||||
|
Loading…
Reference in New Issue
Block a user