Skip to content

Instantly share code, notes, and snippets.

@AllardKatan
AllardKatan / innr_RC250_test.yaml
Last active January 24, 2024 01:22
Innr RC250 remote ZHA all buttons automation for Home Assistant. Example with light on off brightness color temp
alias: test innr
description: >-
Automation for assigning ZHA events of INNR remote RC250 to actions. Variables
to use: remote_IEEE: an address, to be sniffed from the event log.
automation_type: cyclic or increase_decrease. Step sizes are by default 10% for brightness and 500 K for color temperature.
trigger:
- platform: event
event_type: zha_event
event_data:
@AllardKatan
AllardKatan / color_loop.yaml
Last active November 26, 2023 00:31 — forked from mdolnik/color_loop.yaml
Color Loop
blueprint:
name: Color Loop
description: '# Color Loop
### Version: `2.0.x` (2023-11-25)
#### Tested on Home Assistant Version: `2023.11.3`
#### Blueprints Page: <https://community.home-assistant.io/t/427682>