Skip to content

Commit 769d6d9

Browse files
committed
revert NodeFeature to CIRCLE
1 parent 8c069d1 commit 769d6d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom_components/plugwise_usb/button.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ class PlugwiseButtonEntityDescription(
4444
translation_key="energy_reset",
4545
entity_category=EntityCategory.CONFIG,
4646
async_button_fn="energy_reset_request",
47-
node_feature=NodeFeature.POWER,
47+
node_feature=NodeFeature.CIRCLE,
4848
),
4949
PlugwiseButtonEntityDescription(
5050
key="ping_node",
5151
translation_key="ping_node",
5252
entity_category=EntityCategory.CONFIG,
5353
async_button_fn="ping_update",
54-
node_feature=NodeFeature.INFO,
54+
node_feature=NodeFeature.CIRCLE,
5555
),
5656
PlugwiseButtonEntityDescription(
5757
key="calibrate_light",
5858
translation_key="calibrate_light",
5959
entity_category=EntityCategory.CONFIG,
6060
async_button_fn="scan_calibrate_light",
61-
node_feature=NodeFeature.MOTION,
61+
node_feature=NodeFeature.MOTION_CONFIG,
6262
),
6363
)
6464

0 commit comments

Comments
 (0)