Skip to content

Instantly share code, notes, and snippets.

View blizzrdof77's full-sized avatar

Ben Wagner blizzrdof77

View GitHub Profile
@blizzrdof77
blizzrdof77 / zha-moes-zigbee-rotary-smart-knob.yaml
Last active February 8, 2025 16:38
ZHA - Moes Tuya Smart Knob (TS004F) controller for lights
blueprint:
name: ZHA - Moes Tuya Smart Knob (TS004F) controller for lights
description: Control lights with a Moes Tuya smart knob (the spinny ones). You can set functions for single press, and rotating left/right will change the brightness smoothly of the selected light.
domain: automation
source_url: https://gist.github.com/blizzrdof77/0f686e66db30c871e362e24388c3f8fa
input:
remote:
name: Remote
description: Moes Tuya Smart Knob Device to use
selector:
@blizzrdof77
blizzrdof77 / zha-moes-zigbee-rotary-smart-knob-remote-control.yaml
Last active December 22, 2024 09:34
ZHA - Moes Tuya Smart Knob (TS004F) controller for remote control devices
blueprint:
name: ZHA - Moes Tuya Smart Knob (TS004F) controller for remote control devices
description: Control remotes (e.g. volume up/down) with a Moes Tuya smart knob (the spinny ones). You can set functions for single press, rotating left, and rotating right.
domain: automation
source_url: https://gist.github.com/blizzrdof77/c30c388ca5f4ce7ed72752296767417d
input:
remote:
name: Smart Knob Device
description: Moes Tuya Smart Knob Device to use
selector:
@blizzrdof77
blizzrdof77 / zha-aqara-opple-quad-button-pad.yaml
Last active January 26, 2022 08:46
HASS Blueprint | ZHA - Aqara Opple - Wireless 4-Button Scene Switch [Extended Support]
blueprint:
name: ZHA - Aqara Opple - Wireless 4-Button Scene Switch [Extended Support]
description: Control anything using Aqara Opple four-button remote. This version has linked entity support -- meaning you can link an entity_id to assign actions, target devices, and target areas by using custom attributes in customize.yaml.
domain: automation
source_url: https://gist.github.com/blizzrdof77/8f5151136fdd14f055874bd5e05fdc30
input:
remote:
name: Remote
description: Opple remote to use
selector:
@blizzrdof77
blizzrdof77 / zha-aqara-opple-sextuple-button-pad.yaml
Last active January 26, 2022 08:45
HASS Blueprint | ZHA - Aqara Opple - Wireless 6-Button Scene Switch [Extended Support]
blueprint:
name: ZHA - Aqara Opple - Wireless 6-Button Scene Switch [Extended Support]
description: Control anything using an Aqara Opple six-button remote. This version has linked entity support -- meaning you can link an entity_id to assign actions, target devices, and target areas by using custom attributes in customize.yaml.
domain: automation
source_url: https://gist.github.com/blizzrdof77/91341a37e4b2eb9db5047c1a20391953/
input:
remote:
name: Remote
description: Opple remote to use
selector:
@blizzrdof77
blizzrdof77 / zha-aqara-opple-duo-button-pad.yaml
Last active January 26, 2022 08:46
HASS Blueprint | ZHA - Aqara Opple - Wireless 2-Button Scene Switch [Extended Support]
blueprint:
name: ZHA - Aqara Opple - Wireless 2-Button Scene Switch [Extended Support]
description: Control anything using an Aqara Opple two-button remote. This version has linked entity support -- meaning you can link an entity_id to assign actions, target devices, and target areas by using custom attributes in customize.yaml.
domain: automation
source_url: https://gist.github.com/blizzrdof77/7dfb360c78596e0d39557ae3449fc75b
input:
remote:
name: Remote
description: Opple remote to use
selector:
@blizzrdof77
blizzrdof77 / motion-lights-turn-off-after-timeout-with-no-motion-v1.yaml
Created May 27, 2022 22:42
HASS Blueprint | Motion - Turn Off Unoccupied Lights
blueprint:
name: Motion - Turn Off Unoccupied Lights v1.0
source_url: https://gist.github.com/blizzrdof77/b3244483825be220287fe98c3e12df2c
description: Turn off a switch that has been left on with no motion
domain: automation
input:
motion_entity:
name: Motion Sensor
description: The motion sensor to track.
selector:
@blizzrdof77
blizzrdof77 / hue-philips-hue-dimmer-switch-controller-v1.yaml
Last active May 27, 2022 23:32
HASS Blueprint | Hue Event - Philips Hue Dimmer Switch Controller
blueprint:
name: Hue Event - Philips Hue Dimmer Switch Controller (v1)
description: Control lights with a Philips Hue Dimmer Switch controller connected via the Philips Hue integration (using 'hue_event' as the trigger).
domain: automation
source_url: https://gist.github.com/blizzrdof77/15cbdc862a09b7a0fa7e92686c2bea3c
input:
remote:
name: Remote
description: Philips Hue Dimmer Switch controller to use.
selector:
@blizzrdof77
blizzrdof77 / xiaomi-gateway3-round-zigbee-lumi-sensor-switch.yaml
Last active June 30, 2022 06:25
Xiaomi Wireless Remote Switch (WXKG01LM) via Xiaomi Gateway 3
blueprint:
name: Xiaomi Wireless Remote Switch (WXKG01LM) via Xiaomi Gateway 3
description: Automate your Xiaomi Mijia Wireless Round Remote Switch connected via the Xiaomi Gateway 3 and associated custom Home Assistant integration.
source_url: https://gist.github.com/blizzrdof77/f74358b38b84cd1686c2f13ebcab1dab
domain: automation
input:
button_sensor:
name: Button Sensor Entity
description: The sensor attached to the button device.
selector:
@blizzrdof77
blizzrdof77 / go-upc-barcode-api-definition.yaml
Created January 30, 2023 20:29
Go-UPC Barcode API: Open API 3.0 Definition
openapi: 3.0.0
servers:
- description: Go-UPC Barcode-Lookup API
url: https://go-upc.com/api/v1
info:
version: 1.0.0
title: Go-UPC Barcode-Lookup API
description: Find information on products from around the globe. The API supports UPC, EAN, and ISBN barcode numbers, and info returned includes product name, description, brand, image URL, and more.
paths:
/code/{code}:
This file is used to be tracked and identified by https://lrc-maker.github.io