mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update peblar to 0.3.3 (#134658)
This commit is contained in:
parent
677ba3a6a6
commit
8f06e0903f
@ -7,6 +7,6 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["peblar==0.3.2"],
|
||||
"requirements": ["peblar==0.3.3"],
|
||||
"zeroconf": [{ "type": "_http._tcp.local.", "name": "pblr-*" }]
|
||||
}
|
||||
|
@ -37,6 +37,7 @@ DESCRIPTIONS: tuple[PeblarUpdateEntityDescription, ...] = (
|
||||
key="firmware",
|
||||
device_class=UpdateDeviceClass.FIRMWARE,
|
||||
installed_fn=lambda x: x.current.firmware,
|
||||
has_fn=lambda x: x.current.firmware is not None,
|
||||
available_fn=lambda x: x.available.firmware,
|
||||
),
|
||||
PeblarUpdateEntityDescription(
|
||||
|
@ -1615,7 +1615,7 @@ panasonic-viera==0.4.2
|
||||
pdunehd==1.3.2
|
||||
|
||||
# homeassistant.components.peblar
|
||||
peblar==0.3.2
|
||||
peblar==0.3.3
|
||||
|
||||
# homeassistant.components.peco
|
||||
peco==0.0.30
|
||||
|
@ -1342,7 +1342,7 @@ panasonic-viera==0.4.2
|
||||
pdunehd==1.3.2
|
||||
|
||||
# homeassistant.components.peblar
|
||||
peblar==0.3.2
|
||||
peblar==0.3.3
|
||||
|
||||
# homeassistant.components.peco
|
||||
peco==0.0.30
|
||||
|
Loading…
x
Reference in New Issue
Block a user