Skip to content

Instantly share code, notes, and snippets.

View shannon's full-sized avatar

Shannon Poole shannon

  • Red Hat, Inc.
  • Massachusetts, USA
View GitHub Profile
@shannon
shannon / ikea_tradfri_5button_remote.yaml
Last active January 6, 2022 22:00 — forked from niro1987/zha_ikea_tradfri_5button_remote_color.yaml
Home Assistant - Blueprint - IKEA TRADFRI 5 Button Remote
---
# This automation simulates the use of the IKEA TRADFRI Remote control
# connected through ZHA.
# | Button | Action |
# | -------- | ------------------- |
# | Power | Toggle the light |
# | Dim-Up | Increase brightness |
# | Dim-Down | Decrease brightness |
# | Right | Increate color temp |
@shannon
shannon / ikea_tradfri_2button_dimmer.yaml
Last active February 19, 2021 23:37 — forked from niro1987/zha_ikea_tradfri_2button_remote_brightness.yaml
Home Assistant - Blueprint - IKEA TRADFRI 2 Button Dimmer
---
# This automation simulates the use of the IKEA TRADFRI Dimmer control
# connected through ZHA.
# | Button | Action |
# | ----------- | ------------------- |
# | on (short) | Turn the light on |
# | off (short) | Turn the light off |
# | on (long) | Increase brightness |
# | off (long) | Decrease brightness |