feat(CL): increase dimming step delay (#6)
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
blueprint:
|
blueprint:
|
||||||
|
homeassistant:
|
||||||
|
min_version: 2024.10.0
|
||||||
|
author: damru
|
||||||
|
domain: automation
|
||||||
name: IKEA Rodret (E2201) or IKEA Somrig (E2213) Controls (ZHA/Z2M)
|
name: IKEA Rodret (E2201) or IKEA Somrig (E2213) Controls (ZHA/Z2M)
|
||||||
description: >
|
description: >
|
||||||
## Control anything with **IKEA RODRET** or **IKEA SOMRIG** remotes
|
## Control anything with **IKEA RODRET** or **IKEA SOMRIG** remotes
|
||||||
@@ -17,7 +21,6 @@ blueprint:
|
|||||||
|
|
||||||
- Hold **on/off** (Rodret) **1 dot/2 dots** (Somrig).
|
- 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.
|
Actions will be executed every **Helper - Hold delay**, but maximum **Helper - Max number of loops** times.
|
||||||
domain: automation
|
|
||||||
input:
|
input:
|
||||||
remote_device:
|
remote_device:
|
||||||
name: Remote
|
name: Remote
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
blueprint:
|
blueprint:
|
||||||
|
homeassistant:
|
||||||
|
min_version: 2024.10.0
|
||||||
|
author: damru
|
||||||
|
domain: automation
|
||||||
name: IKEA Rodret (E2201) or IKEA Somrig (E2213) Light control (ZHA/Z2M)
|
name: IKEA Rodret (E2201) or IKEA Somrig (E2213) Light control (ZHA/Z2M)
|
||||||
description: >
|
description: >
|
||||||
## Control a light with **IKEA RODRET** or **IKEA SOMRIG** remotes
|
## 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 **on** (Rodret) or **1 dot** button to increase the brightness
|
||||||
|
|
||||||
- Hold **off** (Rodret) or **2 dots** button to decrease the brightness down to 1%
|
- Hold **off** (Rodret) or **2 dots** button to decrease the brightness down to 1%
|
||||||
domain: automation
|
|
||||||
input:
|
input:
|
||||||
remote_device:
|
remote_device:
|
||||||
name: Remote
|
name: Remote
|
||||||
@@ -270,7 +273,7 @@ triggers:
|
|||||||
actions:
|
actions:
|
||||||
- variables:
|
- variables:
|
||||||
helper_force_brightness: !input helper_force_brightness
|
helper_force_brightness: !input helper_force_brightness
|
||||||
helper_hold_delay: 0.05
|
helper_hold_delay: 0.1
|
||||||
helper_hold_dim_step: 5
|
helper_hold_dim_step: 5
|
||||||
light: !input light
|
light: !input light
|
||||||
- choose:
|
- choose:
|
||||||
|
|||||||
Reference in New Issue
Block a user