We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235bc90 commit 56853e7Copy full SHA for 56853e7
custom_components/plugwise_usb/__init__.py
@@ -68,7 +68,7 @@ def _async_migrate_entity_entry(
68
identifiers={(DOMAIN, api_stick.mac_stick)},
69
manufacturer="Plugwise",
70
model="Stick",
71
- name="Stick",
+ name=api_stick.name,
72
sw_version=api_stick.firmware_stick,
73
)
74
0 commit comments