Skip to content

Instantly share code, notes, and snippets.

@tteck
tteck / alexa_automated_snapshot.yaml
Last active December 6, 2020 23:56
Create a full snapshot at a given time every day. With Alexa support. (Modified vori blueprint)
blueprint:
name: Automated Snapshot w/Alexa
description: Create a full snapshot at a given time every day.
domain: automation
input:
trigger_time:
name: Snapshot creation time
selector:
time:
play_notification:
@tteck
tteck / automated_snapshot.yaml
Created December 5, 2020 18:18
Create a full snapshot at a given time every day. (Created by vori)
blueprint:
name: Automated Snapshot
description: Create a full snapshot at a given time every day.
domain: automation
input:
trigger_time:
name: Snapshot creation time
selector:
time:
send_notification:
@tteck
tteck / disarmed_lights_on.yaml
Created December 5, 2020 18:05
A blueprint that turns on the selected lights when the alarm is disarmed.
blueprint:
name: Turn on lights when the alarm is disarmed
description: A blueprint that turns on the selected lights when the alarm is disarmed.
domain: automation
input:
alarm:
name: Alarm Control Panel
description: Select Alarm Control Panel
selector:
entity:
@tteck
tteck / disarmed_switch_on.yaml
Created December 5, 2020 18:04
A blueprint that turns on the selected switches when the alarm is disarmed.
blueprint:
name: Turn on switches when the alarm is disarmed
description: A blueprint that turns on the selected switches when the alarm is disarmed.
domain: automation
input:
alarm:
name: Alarm Control Panel
description: Select Alarm Control Panel
selector:
entity:
@tteck
tteck / armed_lights_off.yaml
Last active December 5, 2020 18:22
A blueprint that turns off the selected lights (delayed if needed) when the alarm is armed. (Modified Frenck blueprint)
blueprint:
name: Turn off lights when the alarm is armed
description: A blueprint that turns off the selected lights when the alarm is armed.
domain: automation
input:
alarm:
name: Alarm Control Panel
description: Select a Alarm Control Panel
selector:
entity:
@tteck
tteck / armed_switches_off.yaml
Last active December 5, 2020 18:23
A blueprint that turns off the selected switches (delayed if needed) when the alarm is armed. (Modified Frenck blueprint)
blueprint:
name: Turn off switches when the alarm is armed
description: A blueprint that turns off the selected switches when the alarm is armed.
domain: automation
input:
alarm:
name: Alarm Control Panel
description: Select a Alarm Control Panel
selector:
entity:
blueprint:
name: Motion-activated Switch
domain: automation
source_url: https://gist.github.com/tteck/e22c2cb11967eba601412fd587449cd4#file-motion_activated-_switch-yaml
input:
motion_entity:
name: Motion Sensor
selector:
entity:
domain: binary_sensor