Skip to content

Instantly share code, notes, and snippets.

View thomasmaxson's full-sized avatar
🏠
Working from home

Thomas Maxson thomasmaxson

🏠
Working from home
View GitHub Profile
@thomasmaxson
thomasmaxson / remote_ikea_styrbar_4_button.yaml
Last active November 11, 2025 13:38
Home Assistant Blueprint to control your devices with an IKEA STYRBAR 4 button remote using ZHA and MQTT.
# This blueprint uses an IKEA STYRBAR Remote Control connected through ZHA or MQTT
# This blueprint allows you to control lights and run custom actions with the remote's buttons
#
# | Button Type | Interaction | Action Choices |
# | -------------------- | ------------ | ------------------------------------------ |
# | Brightness, Increase | Press | - Turn on the light(s) |
# | | | - Run custom action |
# | -------------------- | ------------ | ------------------------------------------ |
# | Brightness, Increase | Press & Hold | - Increase light brightness (repeat) |
# | | | - Run custom action |
@thomasmaxson
thomasmaxson / remote_aqara_mini_switch.yaml
Last active September 7, 2025 16:47
Home Assistant Blueprint to control your devices with an Aqara Wireless Mini Switch using ZHA.
# This blueprint uses an Aqara Mini Switch Remote Control connected through ZHA and MQTT
# This blueprint allows you to control lights and run custom actions with the remote's buttons
#
# | Button Type | Interaction | Action Choices |
# | ------------- | ------------ | ----------------------- |
# | Main Button | Single Press | - Toggle light(s) state |
# | | | - Run custom action |
# | ------------- | ------------ | ----------------------- |
# | Main Button | Double Press | - Toggle light(s) state |
# | | | - Run custom action |