Skip to content

Commit 235bc90

Browse files
committed
Add missing model name
1 parent 417e9fc commit 235bc90

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
@@ -67,7 +67,7 @@ def _async_migrate_entity_entry(
6767
hw_version=api_stick.hardware_stick,
6868
identifiers={(DOMAIN, api_stick.mac_stick)},
6969
manufacturer="Plugwise",
70-
model=None,
70+
model="Stick",
7171
name="Stick",
7272
sw_version=api_stick.firmware_stick,
7373
)

0 commit comments

Comments
 (0)