Skip to content

Commit b9cef70

Browse files
committed
Correct brackets
1 parent 535e874 commit b9cef70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise/button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def _add_entities() -> None:
5050
device_id,
5151
description,
5252
)
53+
)
5354
LOGGER.debug(
5455
"Add %s %s button", device[ATTR_NAME], description.key
55-
)
5656
)
5757

5858
async_add_entities(entities)

0 commit comments

Comments
 (0)