Skip to content

Instantly share code, notes, and snippets.

@markwmuller
markwmuller / zen34-blueprint.yaml
Last active November 23, 2024 22:26 — forked from sean-foley/zen34-blueprint.yaml
Zooz Zen34 Home Assistant Blueprint
# Blueprint metadata
blueprint:
name: Zooz ZEN34 Remote Extended Controller
description: |
Use the Zooz ZEN34 remote to trigger Scenes and control devices based on varying scenes.
This Blueprint is currently configured for the zwaveJS platform.
Long press to continuously loop an action (e.g. dim lights)
@FurloSK
FurloSK / extractSubtitles.sh
Last active March 29, 2025 11:16
Extract subtitles from MKV/MP4 videos
#!/bin/sh
# Extract subtitles from each MKV/MP4 file in the given directory
# [updated 2024-01-09 by FurloSK]
# Permanent gist address: https://gist.github.com/FurloSK/7f52303a10ab7478e3cddfe4bcc50881
#
# ===== Usage =====
# extractSubtitles.sh [-i] [<fileOrDirectory>]
# -i
# Supplying this option will skip extraction and only print information about subtitles in file
# <fileOrDirectory>
@philk
philk / zen34-blueprint.yaml
Created March 18, 2021 23:51
Zooz Zen34 Home Assistant Blueprint
blueprint:
name: Zooz ZEN34
description: Zooz ZEN34 Switch using the ZWave-JS integration.
domain: automation
input:
zwave_device:
name: Zooz ZEN34
description: "List of available Zooz ZEN34 switch."
selector:
device:
@finity69x2
finity69x2 / nws_wx_alert_custom.txt
Last active July 25, 2022 20:23
Home Assistant Configuration for Adding Weather Alerts from the US NWS using a Custom Sensor
This will allow several functions including a persistent pop-up notification on your HA front end, a notification to whichever notify service you use (I’m using Pushbullet in this example), and, if you use another custom component (https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639), it will also trigger an announcement to all of your Echo devices.
This integration uses a custom sensor.
you can find the code and the instructions for use at the following location:
https://github.com/eracknaphobia/nws_custom_component
NOTE: you will need to change the name of the file dep[ending on the version of ha you are installing it in. The instructions in that repo makes a note of that.