doc: reorder remote names alphabetically (#18)
This commit is contained in:
@@ -3,9 +3,9 @@ blueprint:
|
|||||||
min_version: 2024.10.0
|
min_version: 2024.10.0
|
||||||
author: damru
|
author: damru
|
||||||
domain: automation
|
domain: automation
|
||||||
name: Ikea's Tradfri, Rodret or Somrig ⚙️ Controls
|
name: Ikea's Rodret, Somrig or Tradfri ⚙️ Controls
|
||||||
description: >
|
description: >
|
||||||
## ⚙️ Control anything with **IKEA TRADFRI ON/OFF** or **IKEA RODRET** or **IKEA SOMRIG** remotes
|
## ⚙️ Control anything with **IKEA RODRET** or **IKEA SOMRIG** or **IKEA TRADFRI ON/OFF** remotes
|
||||||
|
|
||||||
|
|
||||||
Only for use with [ZHA](https://www.home-assistant.io/integrations/zha/)
|
Only for use with [ZHA](https://www.home-assistant.io/integrations/zha/)
|
||||||
@@ -15,17 +15,17 @@ blueprint:
|
|||||||
|
|
||||||
Available controls:
|
Available controls:
|
||||||
|
|
||||||
- Single press **on/off** (Tradri, Rodret) **1 dot/2 dots** (Somrig)
|
- Single press **on/off** (Rodret, Tradfri) **1 dot/2 dots** (Somrig)
|
||||||
|
|
||||||
- Double press **on/off** (Tradri, Rodret, _Optional_) **1 dot/2 dots** (Somrig)
|
- Double press **on/off** (Rodret, Tradfri, _Optional_) **1 dot/2 dots** (Somrig)
|
||||||
|
|
||||||
- Hold **on/off** (Tradfri, Rodret) **1 dot/2 dots** (Somrig).
|
- Hold **on/off** (Rodret, Tradfri) **1 dot/2 dots** (Somrig).
|
||||||
Actions will be executed every **Hold delay**, but maximum **Max number of loops** times.
|
Actions will be executed every **Hold delay**, but maximum **Max number of loops** times.
|
||||||
input:
|
input:
|
||||||
remote_devices:
|
remote_devices:
|
||||||
name: Remotes
|
name: Remotes
|
||||||
description: >
|
description: >
|
||||||
IKEA remote (Tradfri, Rodret, Somrig) to use.
|
IKEA remote (Rodret, Somrig, Tradfri) to use.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
device:
|
device:
|
||||||
@@ -63,43 +63,43 @@ blueprint:
|
|||||||
multiple: true
|
multiple: true
|
||||||
on_press_action:
|
on_press_action:
|
||||||
name: Press "on / 1 dot" action
|
name: Press "on / 1 dot" action
|
||||||
description: Choose action(s) to run when **on** (Tradfri, Rodret) or **1 dot** (Somrig) button is **pressed**.
|
description: Choose action(s) to run when **on** (Rodret, Tradfri) or **1 dot** (Somrig) button is **pressed**.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
action: {}
|
action: {}
|
||||||
off_press_action:
|
off_press_action:
|
||||||
name: Press "off / 2 dots" action
|
name: Press "off / 2 dots" action
|
||||||
description: Choose action(s) to run when **off** (Tradfri, Rodret) or **2 dots** (Somrig) button is **pressed**.
|
description: Choose action(s) to run when **off** (Rodret, Tradfri) or **2 dots** (Somrig) button is **pressed**.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
action: {}
|
action: {}
|
||||||
on_hold_action:
|
on_hold_action:
|
||||||
name: Hold "on / 1 dot" action
|
name: Hold "on / 1 dot" action
|
||||||
description: Choose action(s) to run when **on** (Tradfri, Rodret) or **1 dot** (Somrig) button is **held**.
|
description: Choose action(s) to run when **on** (Rodret, Tradfri) or **1 dot** (Somrig) button is **held**.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
action: {}
|
action: {}
|
||||||
off_hold_action:
|
off_hold_action:
|
||||||
name: Hold "off / 2 dots" action
|
name: Hold "off / 2 dots" action
|
||||||
description: Choose action(s) to run when **off** (Tradfri, Rodret) or **2 dots** (Somrig) button is **held**.
|
description: Choose action(s) to run when **off** (Rodret, Tradfri) or **2 dots** (Somrig) button is **held**.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
action: {}
|
action: {}
|
||||||
on_double_press_action:
|
on_double_press_action:
|
||||||
name: Double press "on / 1 dot" action
|
name: Double press "on / 1 dot" action
|
||||||
description: >
|
description: >
|
||||||
Choose action(s) to run when the **on** (Tradfri, Rodret) or **1 dot** (Somrig) button is **pressed twice**.
|
Choose action(s) to run when the **on** (Rodret, Tradfri) or **1 dot** (Somrig) button is **pressed twice**.
|
||||||
|
|
||||||
**_NB for Tradfri, Rodret only_**: **Double press event (on)** must be exposed and **Double press delay** interval is used as a timeout.
|
**_NB for Rodret, Tradfri only_**: **Double press event (on)** must be exposed and **Double press delay** interval is used as a timeout.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
action: {}
|
action: {}
|
||||||
off_double_press_action:
|
off_double_press_action:
|
||||||
name: Double press "off / 2 dots" action
|
name: Double press "off / 2 dots" action
|
||||||
description: >
|
description: >
|
||||||
Choose action(s) to run when the **off** (Tradfri, Rodret) or **2 dots** (Somrig) button is **pressed twice**.
|
Choose action(s) to run when the **off** (Rodret, Tradfri) or **2 dots** (Somrig) button is **pressed twice**.
|
||||||
|
|
||||||
**_NB for Tradfri, Rodret only_**: **Double press event (off)** must be exposed and **Double press delay** interval is used as a timeout.
|
**_NB for Rodret, Tradfri only_**: **Double press event (off)** must be exposed and **Double press delay** interval is used as a timeout.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
action: {}
|
action: {}
|
||||||
@@ -129,8 +129,8 @@ blueprint:
|
|||||||
max: 1000.0
|
max: 1000.0
|
||||||
step: 1.0
|
step: 1.0
|
||||||
mode: slider
|
mode: slider
|
||||||
tradfri_rodret_options_section:
|
rodret_tradfri_options_section:
|
||||||
name: Tradfri, Rodret options
|
name: Rodret, Tradfri options
|
||||||
icon: mdi:remote
|
icon: mdi:remote
|
||||||
collapsed: true
|
collapsed: true
|
||||||
input:
|
input:
|
||||||
@@ -168,7 +168,7 @@ blueprint:
|
|||||||
mode: single
|
mode: single
|
||||||
max_exceeded: silent
|
max_exceeded: silent
|
||||||
triggers:
|
triggers:
|
||||||
# TRADFRI (E1743) + RODRET (E2201)
|
# RODRET (E2201) + TRADFRI (E1743)
|
||||||
- trigger: event
|
- trigger: event
|
||||||
event_type: zha_event
|
event_type: zha_event
|
||||||
event_data:
|
event_data:
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ blueprint:
|
|||||||
min_version: 2024.10.0
|
min_version: 2024.10.0
|
||||||
author: damru
|
author: damru
|
||||||
domain: automation
|
domain: automation
|
||||||
name: Ikea's Tradfri, Rodret or Somrig 💡 Light control
|
name: Ikea's Rodret, Somrig or Tradfri 💡 Light control
|
||||||
description: >
|
description: >
|
||||||
## 💡 Control a light with **IKEA TRADFRI ON/OFF** or **IKEA RODRET** or **IKEA SOMRIG** remotes
|
## 💡 Control a light with **IKEA RODRET** or **IKEA SOMRIG** or **IKEA TRADFRI ON/OFF** remotes
|
||||||
|
|
||||||
|
|
||||||
Only for use with [ZHA](https://www.home-assistant.io/integrations/zha/)
|
Only for use with [ZHA](https://www.home-assistant.io/integrations/zha/)
|
||||||
@@ -15,19 +15,19 @@ blueprint:
|
|||||||
|
|
||||||
Available controls:
|
Available controls:
|
||||||
|
|
||||||
- Press **on** (Tradfri, Rodret) or **1 dot** (Somrig) to turn on the light
|
- Press **on** (Rodret, Tradfri) or **1 dot** (Somrig) to turn on the light
|
||||||
(Optional: set the target brightness by enabling **Force Brightness** and setting a **Brightness** value)
|
(Optional: set the target brightness by enabling **Force Brightness** and setting a **Brightness** value)
|
||||||
|
|
||||||
- Press **off** (Tradfri, Rodret) or **2 dots** (Somrig) to turn off the light
|
- Press **off** (Rodret, Tradfri) or **2 dots** (Somrig) to turn off the light
|
||||||
|
|
||||||
- Hold **on** (Tradfri, Rodret) or **1 dot** (Somrig) button to increase the brightness
|
- Hold **on** (Rodret, Tradfri) or **1 dot** (Somrig) button to increase the brightness
|
||||||
|
|
||||||
- Hold **off** (Tradfri, Rodret) or **2 dots** (Somrig) button to decrease the brightness down to 1%
|
- Hold **off** (Rodret, Tradfri) or **2 dots** (Somrig) button to decrease the brightness down to 1%
|
||||||
input:
|
input:
|
||||||
remote_devices:
|
remote_devices:
|
||||||
name: Remotes
|
name: Remotes
|
||||||
description: >
|
description: >
|
||||||
IKEA remote (Tradfri, Rodret, Somrig) to use.
|
IKEA remote (Rodret, Somrig, Tradfri) to use.
|
||||||
default: []
|
default: []
|
||||||
selector:
|
selector:
|
||||||
device:
|
device:
|
||||||
@@ -98,7 +98,7 @@ blueprint:
|
|||||||
mode: restart
|
mode: restart
|
||||||
max_exceeded: silent
|
max_exceeded: silent
|
||||||
triggers:
|
triggers:
|
||||||
# TRADFRI - E1743 + RODRET - E2201
|
# RODRET (E2201) - TRADFRI (E1743)
|
||||||
- trigger: event
|
- trigger: event
|
||||||
event_type: zha_event
|
event_type: zha_event
|
||||||
event_data:
|
event_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user