Instantly share code, notes, and snippets.
- Netherlands
-
18:55
(UTC +02:00) - in/niels-perfors
- https://discordapp.com/users/682184983586406427
niro1987
/ zha_ikea_tradfri_2button_remote_temperature.yaml
Last active
January 15, 2022 08:56
Home Assistant - Blueprint - ZHA - IKEA TRADFRI - 2 Button Remote - OnOff and Temperature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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 temperature | | |
# | off (long) | Decrease temperature | |
niro1987
/ zha_ikea_tradfri_5button_remote_white.yaml
Last active
January 15, 2022 09:03
Home Assistant - Blueprint - ZHA - IKEA TRADFRI - 5 Button Remote - Warm White Lights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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 | Increase temperature | |
niro1987
/ zha_ikea_tradfri_2button_remote_custom.yaml
Last active
January 15, 2022 09:02
Home Assistant - Blueprint - ZHA - IKEA TRADFRI - 2 Button Remote - Custom Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# This automation simulates the use of the IKEA TRADFRI Dimmer control | |
# connected through ZHA. | |
blueprint: | |
source_url: https://github.com/niro1987/homeassistant-config/blob/main/blueprints/automation/niro1987/zha_ikea_tradfri_2button_remote_custom.yaml | |
name: ZHA - IKEA TRADFRI - 2 Button Remote - Custom Actions | |
description: >- |
niro1987
/ zha_ikea_tradfri_5button_remote_custom.yaml
Last active
January 15, 2022 08:56
Home Assistant - Blueprint - ZHA - IKEA TRADFRI - 5 Button Remote - Custom Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# This automation simulates the use of the IKEA TRADFRI Remote control | |
# connected through ZHA. | |
blueprint: | |
source_url: https://github.com/niro1987/homeassistant-config/blob/main/blueprints/automation/niro1987/zha_ikea_tradfri_5button_remote_custom.yaml | |
name: ZHA - IKEA TRADFRI - 5 Button Remote - Custom Actions | |
description: >- |
niro1987
/ zha_ikea_tradfri_2button_remote_brightness.yaml
Last active
August 21, 2024 21:07
Home Assistant - Blueprint - ZHA - IKEA TRADFRI - 2 Button Remote - OnOff and Brightness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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 | |
niro1987
/ zha_ikea_tradfri_5button_remote_color.yaml
Last active
January 30, 2022 01:04
Home Assistant - Blueprint - ZHA - IKEA TRADFRI - 5 Button Remote - Color Lights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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 | Change color | |
NewerOlder