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_somrig_rodret_tradfri_2_button.yaml
Last active January 16, 2026 20:20
Home Assistant Blueprint to control your devices with an IKEA RODRET, IKEA SOMRIG and IKEA TRÅDFRI 2 Button remote using ZHA or MQTT.
# This blueprint uses an IKEA TRÅDFRI, RODRET and SOMRIG 2 Button 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 |
# | ------------- | ------------ | ----------------------- |
# | Power On | Press | - Toggle light(s) state |
# | | | - Run custom action |
# | ------------- | ------------ | ----------------------- |
# | Power On | Press & Hold | - Increase brightness |
# | | | - Run custom action |
@thomasmaxson
thomasmaxson / remote_philips_hue_tap_dial.yaml
Last active June 10, 2026 00:01
Home Assistant Blueprint to control your devices with a Philips Hue Tap Dial Switch using the MQTT integration.
# This blueprint uses a Philips Hue Tap Dial Remote Control connected through MQTT.
# This blueprint allows you to run custom actions with the remote's buttons
#
# | Button Type | Interaction | Action Choices |
# | ----------- | ----------------- | ------------------- |
# | One Dot | Press | - Toggle light |
# | | | - Turn on light |
# | | | - Turn off light |
# | | | - Run custom action |
# | ----------- | ----------------- | ------------------- |
@thomasmaxson
thomasmaxson / remote_ikea_tradfri_1_button.yaml
Created March 21, 2026 18:23
Home Assistant Blueprint to control your devices with an IKEA TRÅDFRI 1 Shortcut Button remote using ZHA.
# This blueprint uses an IKEA TRÅDFRI 1 Button Remote Control connected through ZHA.
# 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 |