mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Set model id on Govee lights (#126211)
This commit is contained in:
parent
9b60a6c095
commit
6e6dae45d1
@ -93,7 +93,7 @@ class GoveeLight(CoordinatorEntity[GoveeLocalApiCoordinator], LightEntity):
|
||||
},
|
||||
name=device.sku,
|
||||
manufacturer=MANUFACTURER,
|
||||
model=device.sku,
|
||||
model_id=device.sku,
|
||||
serial_number=device.fingerprint,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user