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