mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump govee-light-local library and fix wrong information for Govee lights (#116651)
This commit is contained in:
parent
4a2b595cc8
commit
fd398a3b3c
@ -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
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user