Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: Automated Cover Control
description: |
Automatically control the position of a window or door's cover.
This automation defines four basic operating modes:
- Night: Active when all of the specified light sensors are off.
- Secured: Active when any of the specified sensors are on.
- Blackout: Active when any of the specified sensors are on.
- Solar blocking: Active when the sun is in the specified region of the sky.
@cjhesse
cjhesse / wake-up-light-alarm-with-sunrise-effect.yaml
Last active September 11, 2024 11:33 — forked from sbyx/wake-up-light-alarm-with-sunrise-effect.yaml
Home Assistant Blueprint: Wake-up light alarm with sunrise effect
blueprint:
name: Wake-up light alarm with sunrise effect
description: 'A wake-up light alarm with a brightness and color temperature sunrise
effect. Note: Requires date_time_iso sensor in configuration, not manually executable!'
domain: automation
input:
light_entity:
name: Wake-up light entity
description: The light to control. Turning it off during the sunrise will keep
it off. Color temperature range is auto-detected.
@cjhesse
cjhesse / frigate_0.10_notification.yaml
Last active September 4, 2022 14:16 — forked from hunterjm/frigate_0.10_notification.yaml
Frigate 0.10 Notifications
blueprint:
name: Frigate Notification (0.10.1)
description: |
## Frigate Mobile App Notification
This blueprint will send a notification to your device when a Frigate event for the selected camera is fired. The notification will initially include the thumbnail of the detection, but include an actionable notification allowing you to view the clip and snapshot.
With this blueprint, you may send the notification to multiple devices by leaving "Device" blank and instead use a [notification group][1].
### Software Version Requirements