Skip to content

Commit dcc4178

Browse files
committed
Add docstring
1 parent 411d149 commit dcc4178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/plugwise_usb/entity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(
4747

4848
@property
4949
def device_info(self) -> DeviceInfo:
50+
"""Return DeviceInfo for each created entity."""
5051
return DeviceInfo(
5152
identifiers={(DOMAIN, str(self._node_info.mac))},
5253
name=str(self._node_info.name),

0 commit comments

Comments
 (0)