Skip to content

Instantly share code, notes, and snippets.

@mikehosmar
mikehosmar / toggle-scene.yaml
Last active June 20, 2023 05:02 — forked from HarvsG/toggle-scene.yaml
HomeAssistant Blueprint to toggle scenes
blueprint:
name: Toggle Scenes
description:
Trigger this automation from another automation using This will allow
you to use a single trigger to toggle a scene on or off. A timeout variable is
given, after which the trigger will activate the scene irrespective of the state
of the last toggle.
domain: automation
input:
scene_input:
@mikehosmar
mikehosmar / rclone-cron.sh
Last active March 8, 2022 19:53 — forked from christippett/rclone-cron.sh
An rclone backup script for cron
#!/bin/bash
##############################################################################
# An rclone backup script by Chris Tippett (c.tippett@gmail.com)
#
# Originally adapted from the great work by Jared Males (jaredmales@gmail.com)
# https://gist.github.com/jaredmales/2f732254bb10002fc0549fa9aa0abdd7
#
# Copyright (C) 2020 Chris Tippett (c.tippett@gmail.com)
#