feat(CL): increase dimming step delay (#6)

This commit is contained in:
Damien
2024-12-03 16:06:59 +01:00
committed by GitHub
parent 37a23fe4b3
commit 8dbab29315
2 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
blueprint:
homeassistant:
min_version: 2024.10.0
author: damru
domain: automation
name: IKEA Rodret (E2201) or IKEA Somrig (E2213) Controls (ZHA/Z2M)
description: >
## Control anything with **IKEA RODRET** or **IKEA SOMRIG** remotes
@@ -17,7 +21,6 @@ blueprint:
- Hold **on/off** (Rodret) **1 dot/2 dots** (Somrig).
Actions will be executed every **Helper - Hold delay**, but maximum **Helper - Max number of loops** times.
domain: automation
input:
remote_device:
name: Remote

View File

@@ -1,4 +1,8 @@
blueprint:
homeassistant:
min_version: 2024.10.0
author: damru
domain: automation
name: IKEA Rodret (E2201) or IKEA Somrig (E2213) Light control (ZHA/Z2M)
description: >
## Control a light with **IKEA RODRET** or **IKEA SOMRIG** remotes
@@ -19,7 +23,6 @@ blueprint:
- Hold **on** (Rodret) or **1 dot** button to increase the brightness
- Hold **off** (Rodret) or **2 dots** button to decrease the brightness down to 1%
domain: automation
input:
remote_device:
name: Remote
@@ -270,7 +273,7 @@ triggers:
actions:
- variables:
helper_force_brightness: !input helper_force_brightness
helper_hold_delay: 0.05
helper_hold_delay: 0.1
helper_hold_dim_step: 5
light: !input light
- choose: