Skip to content

Instantly share code, notes, and snippets.

@Stan-Gobien
Stan-Gobien / CriticalCollapseOptionNotHomeMotionCameraSnapshotWithClickActionUniqueFilename.yaml
Created July 25, 2023 20:02
CriticalCollapseOptionNotHomeMotionCameraSnapshotWithClickActionUniqueFilename
blueprint:
name: Send a notification with camera snapshot when motion is detected with blocking state and URL (or lovelace view) on click, critical or not, collapse or not.
description: >
This automation blueprint creates a camera snapshot if motion is detected
and sends a notification to your phone with the picture.
Optionally you can define a binary sensor that will block the automation from running when state is ON.
For Example do not run when somebody is home (you can use the people_home template example).
Furthermore you have the option to make the notification critical or high priority and to collapse/overwrite or not.
@Stan-Gobien
Stan-Gobien / docker-configure-tls.sh
Last active September 28, 2022 21:24 — forked from ivan-pinatti/docker-configure-tls.sh
Enable TLS in Docker service running in Ubuntu - #docker #docker-tls #tls #ubuntu
#!/usr/bin/env bash
: ' Script that enables TLS for Docker service in Ubuntu 16.x
This script is intended to be run as root
It;
- Generates the keys
- Creates the daemon.json Docker config file
@Stan-Gobien
Stan-Gobien / CriticalCollapseOptionNotHomeSensorCameraSnapshotWithClickAction.yaml
Last active July 24, 2023 17:52
CriticalCollapseOptionNotHomeSensorCameraSnapshotWithClickAction.yaml
blueprint:
name: Send a notification with camera snapshot when sensor triggers, with blocking state and URL (or lovelace view) on click, critical or not, collapse or not.
description: >
This automation blueprint creates a camera snapshot if motion is detected
and sends a notification to your phone with the picture.
Optionally you can define a binary sensor that will block the automation from running when state is ON.
For Example do not run when somebody is home (you can use the people_home template example).
Furthermore you have the option to make the notification critical or high priority and to collapse/overwrite or not.
@Stan-Gobien
Stan-Gobien / CritCollOptionalNotHomeMotionCameraSnapshotNotifyAnything.yaml
Last active July 24, 2023 17:51
CritCollOptionalNotHomeMotionCameraSnapshotNotifyAnything.yaml
blueprint:
name: Send a notification on camera motion with snapshot and lots of options.
description: >
This automation blueprint creates a camera snapshot if motion is detected
and sends a notification to whatever you want with the picture.
Optionally you can define a binary sensor that will block the automation from running when state is ON.
For Example do not run when somebody is home (you can use the people_home template example).
Furthermore you have the option to make the notification critical or high priority and to collapse/overwrite or not.
@Stan-Gobien
Stan-Gobien / HA_RestartNotification_Collapsable_Tag.yaml
Last active April 3, 2021 10:52 — forked from gregoryduckworth/restart_notification.yaml
HA_RestartNotification_Collapsable_Tag
blueprint:
name: Home Assistant Restart Notification
description: Notify a user that Home Assistant has successfully restarted
domain: automation
input:
notification_title:
name: Notification title (Optional)
description: 'Default: "Home Assistant"'
default: Home Assistant
notification_message:
@Stan-Gobien
Stan-Gobien / CriticalCollapseOptionNotHomeMotionCameraSnapshotWithClickAction.yaml
Last active March 24, 2024 01:16
CriticalCollapseOptionNotHomeMotionCameraSnapshotWithClickAction.yaml
blueprint:
name: Send a notification with camera snapshot when motion is detected with blocking state and URL (or lovelace view) on click, critical or not, collapse or not.
description: >
This automation blueprint creates a camera snapshot if motion is detected
and sends a notification to your phone with the picture.
Optionally you can define a binary sensor that will block the automation from running when state is ON.
For Example do not run when somebody is home (you can use the people_home template example).
Furthermore you have the option to make the notification critical or high priority and to collapse/overwrite or not.