Skip to content

Commit 56853e7

Browse files
committed
User api-name
1 parent 235bc90 commit 56853e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise_usb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _async_migrate_entity_entry(
6868
identifiers={(DOMAIN, api_stick.mac_stick)},
6969
manufacturer="Plugwise",
7070
model="Stick",
71-
name="Stick",
71+
name=api_stick.name,
7272
sw_version=api_stick.firmware_stick,
7373
)
7474

0 commit comments

Comments
 (0)