Skip to content

Commit

Permalink
Update ZHA event data to what ZHA provides in HA 2024.03.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse committed Mar 23, 2024
1 parent 9ee5920 commit 4c08c7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blueprints/controllers/ikea_e1744/ikea_e1744.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ blueprint:
🚀 This blueprint is part of the **[Awesome HA Blueprints](https://epmatt.github.io/awesome-ha-blueprints) project**.
ℹ️ Version 2022.08.08
ℹ️ Version 2024.03.01
source_url: https://github.com/EPMatt/awesome-ha-blueprints/blob/main/blueprints/controllers/ikea_e1744/ikea_e1744.yaml
domain: automation
input:
Expand Down Expand Up @@ -164,12 +164,12 @@ variables:
click_double: ['1004']
click_triple: ['1005']
zha:
rotate_left: [move_1_195]
rotate_left: [move_1_195_0_0]
rotate_stop: [stop]
rotate_right: [move_0_195]
rotate_right: [move_0_195_0_0]
click_short: [toggle]
click_double: [step_0_1_0]
click_triple: [step_1_1_0]
click_double: [step_0_1_0_0_0]
click_triple: [step_1_1_0_0_0]
zigbee2mqtt:
rotate_left: [brightness_move_down]
rotate_stop: [brightness_stop]
Expand Down

0 comments on commit 4c08c7d

Please sign in to comment.