Set model id on Govee lights (#126211)

This commit is contained in:
Joost Lekkerkerker 2024-09-18 21:59:19 +02:00 committed by GitHub
parent 9b60a6c095
commit 6e6dae45d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
)