Skip to content

Commit

Permalink
Merge pull request #866 from Morg42/develop
Browse files Browse the repository at this point in the history
zigbee2mqtt: fix struct error
  • Loading branch information
Morg42 authored Dec 18, 2023
2 parents f6049d6 + d26ddb1 commit 80d9143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zigbee2mqtt/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ item_structs:
z2m_attr: last_seen

light_white_ambient:
struct: priv_z2m.light_white_ambient_group
struct: zigbee2mqtt.light_white_ambient_group

linkquality:
type: num
Expand Down Expand Up @@ -253,7 +253,7 @@ item_structs:
eval_trigger: ..

light_rgb_group:
struct: priv_z2m.light_white_ambient_group
struct: zigbee2mqtt.light_white_ambient_group

color:
type: dict
Expand Down Expand Up @@ -286,7 +286,7 @@ item_structs:
z2m_attr: color_temp_startup

light_rgb:
struct: priv_z2m.light_rgb_group
struct: zigbee2mqtt.light_rgb_group

linkquality:
type: num
Expand Down

0 comments on commit 80d9143

Please sign in to comment.