File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
custom_components/plugwise_usb Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments