mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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,
|
name=device.sku,
|
||||||
manufacturer=MANUFACTURER,
|
manufacturer=MANUFACTURER,
|
||||||
model=device.sku,
|
model_id=device.sku,
|
||||||
serial_number=device.fingerprint,
|
serial_number=device.fingerprint,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user