From 6e6dae45d1ed99922212f50295907ca2fbdc16ab Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 18 Sep 2024 21:59:19 +0200 Subject: [PATCH] Set model id on Govee lights (#126211) --- homeassistant/components/govee_light_local/light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/govee_light_local/light.py b/homeassistant/components/govee_light_local/light.py index 60bf07e8e19..fb52c233436 100644 --- a/homeassistant/components/govee_light_local/light.py +++ b/homeassistant/components/govee_light_local/light.py @@ -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, )