mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Upgrade wled to 0.10.0 (#59669)
* Upgrade wled to 0.10.0 * DeviceInfo expects a string, not a AwesomeVersion object
This commit is contained in:
parent
305d25b510
commit
9f2ec5c906
@ -3,7 +3,7 @@
|
||||
"name": "WLED",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/wled",
|
||||
"requirements": ["wled==0.9.0"],
|
||||
"requirements": ["wled==0.10.0"],
|
||||
"zeroconf": ["_wled._tcp.local."],
|
||||
"codeowners": ["@frenck"],
|
||||
"quality_scale": "platinum",
|
||||
|
@ -19,6 +19,6 @@ class WLEDEntity(CoordinatorEntity):
|
||||
name=self.coordinator.data.info.name,
|
||||
manufacturer=self.coordinator.data.info.brand,
|
||||
model=self.coordinator.data.info.product,
|
||||
sw_version=self.coordinator.data.info.version,
|
||||
sw_version=str(self.coordinator.data.info.version),
|
||||
configuration_url=f"http://{self.coordinator.wled.host}",
|
||||
)
|
||||
|
@ -2421,7 +2421,7 @@ wirelesstagpy==0.5.0
|
||||
withings-api==2.3.2
|
||||
|
||||
# homeassistant.components.wled
|
||||
wled==0.9.0
|
||||
wled==0.10.0
|
||||
|
||||
# homeassistant.components.wolflink
|
||||
wolf_smartset==0.1.11
|
||||
|
@ -1416,7 +1416,7 @@ wiffi==1.0.1
|
||||
withings-api==2.3.2
|
||||
|
||||
# homeassistant.components.wled
|
||||
wled==0.9.0
|
||||
wled==0.10.0
|
||||
|
||||
# homeassistant.components.wolflink
|
||||
wolf_smartset==0.1.11
|
||||
|
Loading…
x
Reference in New Issue
Block a user