Initial Home Assistant commit
This commit is contained in:
@@ -0,0 +1,207 @@
|
||||
- id: '1780072464609'
|
||||
alias: 'Camera: Send Motion Notifications'
|
||||
description: Sends a push notification to your primary mobile device when Nest cameras
|
||||
detect activity.
|
||||
triggers:
|
||||
- entity_id:
|
||||
- camera.entryway_camera
|
||||
- camera.front_door
|
||||
- camera.hallway_camera
|
||||
- camera.living_room_camera
|
||||
trigger: state
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.notify
|
||||
data:
|
||||
title: Motion Detected!
|
||||
message: Activity detected on one of your Nest security cameras.
|
||||
mode: parallel
|
||||
max: 10
|
||||
- id: '1780125759253'
|
||||
alias: 'Tablet: Dim Screen at Night'
|
||||
description: Drops tablet brightness to zero at night
|
||||
triggers:
|
||||
- at: 01:00:00
|
||||
trigger: time
|
||||
actions:
|
||||
- action: notify.mobile_app_sm_t387w
|
||||
data:
|
||||
message: command_screen_brightness_level
|
||||
data:
|
||||
command: 0
|
||||
- id: '1780125803824'
|
||||
alias: 'Tablet: Restore Screen in Morning'
|
||||
description: Restores tablet brightness to normal in the morning
|
||||
triggers:
|
||||
- at: 07:00:00
|
||||
trigger: time
|
||||
actions:
|
||||
- action: notify.mobile_app_sm_t387w
|
||||
data:
|
||||
message: command_screen_brightness_level
|
||||
data:
|
||||
command: 180
|
||||
- id: '1780343863793'
|
||||
alias: Front Door Notification
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id:
|
||||
- binary_sensor.front_door
|
||||
from:
|
||||
- 'off'
|
||||
to:
|
||||
- 'on'
|
||||
- trigger: state
|
||||
entity_id:
|
||||
- binary_sensor.patio_door
|
||||
from:
|
||||
- 'off'
|
||||
to:
|
||||
- 'on'
|
||||
conditions: []
|
||||
actions:
|
||||
- target:
|
||||
entity_id:
|
||||
- light.kitchen_home_kitchen
|
||||
action: light.toggle
|
||||
- delay: 00:00:15
|
||||
- target:
|
||||
entity_id:
|
||||
- light.kitchen_home_kitchen
|
||||
action: light.toggle
|
||||
- data:
|
||||
message: There is someone at the front door
|
||||
action: notify.notify
|
||||
mode: single
|
||||
variables:
|
||||
_cafe_metadata:
|
||||
version: 1
|
||||
strategy: native
|
||||
nodes:
|
||||
trigger_1780343037167_0:
|
||||
x: -615
|
||||
y: -705
|
||||
action_1780343442574_1:
|
||||
x: -360
|
||||
y: -630
|
||||
delay_1780343604675_2:
|
||||
x: -120
|
||||
y: -360
|
||||
action_1780343739141_3:
|
||||
x: 75
|
||||
y: -615
|
||||
action_1780343804458_4:
|
||||
x: 330
|
||||
y: -615
|
||||
trigger_1780343965767_5:
|
||||
x: -615
|
||||
y: -555
|
||||
graph_id: 7ad98446-4ce0-4b88-a400-430ac474a617
|
||||
graph_version: 1
|
||||
- id: '1780441470361'
|
||||
alias: Reload Hilo Integrations on Reboot
|
||||
description: Reloads problematic integrations 2 minutes after Home Assistant starts
|
||||
up.
|
||||
triggers:
|
||||
- trigger: homeassistant
|
||||
event: start
|
||||
conditions: []
|
||||
actions:
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 3
|
||||
seconds: 0
|
||||
milliseconds: 0
|
||||
- action: homeassistant.reload_config_entry
|
||||
metadata: {}
|
||||
target:
|
||||
device_id:
|
||||
- 1ce7b5ff7a5b73a3f6b8faeafc802bbc
|
||||
- ebd89f033f37ef66f4d39b1886ba6a33
|
||||
data: {}
|
||||
mode: single
|
||||
- id: '1780509027967'
|
||||
alias: Notify When Ring Console Battery Low
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: numeric_state
|
||||
entity_id:
|
||||
- sensor.entryway_keypad_battery
|
||||
below: 25
|
||||
conditions: []
|
||||
actions:
|
||||
- data:
|
||||
message: Keypad Battery Low. Please Charge ASAP
|
||||
title: Ring Console Battery
|
||||
action: notify.notify
|
||||
mode: single
|
||||
variables:
|
||||
_cafe_metadata:
|
||||
version: 1
|
||||
strategy: native
|
||||
nodes:
|
||||
trigger_1780508927611_4:
|
||||
x: 15
|
||||
y: -105
|
||||
action_1780508992783_5:
|
||||
x: 285
|
||||
y: 45
|
||||
graph_id: 816af3b7-3eac-47c3-8da3-8797d1774c0c
|
||||
graph_version: 1
|
||||
- id: '1780516832854'
|
||||
alias: Notifu Battery
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: numeric_state
|
||||
entity_id:
|
||||
- sensor.front_door_battery
|
||||
below: 25
|
||||
conditions: []
|
||||
actions:
|
||||
- data:
|
||||
message: Keypad Battery Low. Please Charge ASAP
|
||||
title: Ring Console Battery
|
||||
action: notify.notify
|
||||
mode: single
|
||||
variables:
|
||||
_cafe_metadata:
|
||||
version: 1
|
||||
strategy: native
|
||||
nodes:
|
||||
trigger_1780508927611_4:
|
||||
x: 15
|
||||
y: -105
|
||||
action_1780508992783_5:
|
||||
x: 285
|
||||
y: 45
|
||||
graph_id: 816af3b7-3eac-47c3-8da3-8797d1774c0c
|
||||
graph_version: 1
|
||||
- id: '1780516946807'
|
||||
alias: Notify When Front Door Sensor Battery Low
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: numeric_state
|
||||
entity_id:
|
||||
- sensor.front_door_battery
|
||||
below: 25
|
||||
conditions: []
|
||||
actions:
|
||||
- data:
|
||||
message: Front Door Sensor Battery Low. Please Change Batteries ASAP.
|
||||
title: Ring Console Battery
|
||||
action: notify.notify
|
||||
mode: single
|
||||
variables:
|
||||
_cafe_metadata:
|
||||
version: 1
|
||||
strategy: native
|
||||
nodes:
|
||||
trigger_1780508927611_4:
|
||||
x: 15
|
||||
y: -105
|
||||
action_1780508992783_5:
|
||||
x: 285
|
||||
y: 45
|
||||
graph_id: 816af3b7-3eac-47c3-8da3-8797d1774c0c
|
||||
graph_version: 1
|
||||
Reference in New Issue
Block a user