-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautomations.yaml
53 lines (52 loc) · 1.3 KB
/
automations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
- id: '1650203295394'
alias: Frigate Notification
description: ''
use_blueprint:
path: hunterjm/frigate_notification.yaml
input:
camera: camera.se_corner
notify_device: 7c2c64d81eaed1816c7d5be334339e24
- id: '1650327153428'
alias: se_corner
description: ''
trigger:
- type: motion
platform: device
device_id: 4b903b2ebcbd57314b3acf50a0c01320
entity_id: binary_sensor.se_corner_car_motion
domain: binary_sensor
condition: []
action:
- device_id: 7c2c64d81eaed1816c7d5be334339e24
domain: mobile_app
type: notify
message: SE Corner - Motion
title: Motion Detected
mode: single
- id: '1651019706765'
alias: driveway car
description: ''
trigger:
- type: motion
platform: device
device_id: 68f2adc0de8959cbf587e5262aaf79a7
entity_id: binary_sensor.driveway_car_motion
domain: binary_sensor
condition: []
action:
- device_id: 7c2c64d81eaed1816c7d5be334339e24
domain: mobile_app
type: notify
message: Car detected in driveway
title: Car detected in Driveway
mode: single
- id: logging_level
alias: 'Logging Level'
initial_state: true
trigger:
platform: state
entity_id: input_select.logging_level
action:
service: logger.set_default_level
data_template:
level: "{{ trigger.to_state.state }}"