Bump govee-light-local library and fix wrong information for Govee lights (#116651)

This commit is contained in:
Galorhallen 2024-05-03 13:07:45 +02:00 committed by GitHub
parent 4a2b595cc8
commit fd398a3b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.components.light import (
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant, callback
from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC, DeviceInfo
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.update_coordinator import CoordinatorEntity
@ -94,7 +94,7 @@ class GoveeLight(CoordinatorEntity[GoveeLocalApiCoordinator], LightEntity):
name=device.sku,
manufacturer=MANUFACTURER,
model=device.sku,
connections={(CONNECTION_NETWORK_MAC, device.fingerprint)},
serial_number=device.fingerprint,
)
@property

View File

@ -6,5 +6,5 @@
"dependencies": ["network"],
"documentation": "https://www.home-assistant.io/integrations/govee_light_local",
"iot_class": "local_push",
"requirements": ["govee-local-api==1.4.4"]
"requirements": ["govee-local-api==1.4.5"]
}

View File

@ -983,7 +983,7 @@ gotailwind==0.2.2
govee-ble==0.31.2
# homeassistant.components.govee_light_local
govee-local-api==1.4.4
govee-local-api==1.4.5
# homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2

View File

@ -806,7 +806,7 @@ gotailwind==0.2.2
govee-ble==0.31.2
# homeassistant.components.govee_light_local
govee-local-api==1.4.4
govee-local-api==1.4.5
# homeassistant.components.gpsd
gps3==0.33.3