1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Bump aioshelly to 13.23.0 (#158183)

This commit is contained in:
J. Nick Koston
2025-12-07 11:18:53 -06:00
committed by GitHub
parent 8c0f3014f7
commit 95a347dcf8
4 changed files with 5 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ from aioshelly.exceptions import (
RpcCallError,
)
from aioshelly.rpc_device import RpcDevice
from aioshelly.rpc_device.models import ShellyWiFiNetwork
from aioshelly.zeroconf import async_discover_devices, async_lookup_device_by_name
from bleak.backends.device import BLEDevice
import voluptuous as vol
@@ -244,7 +245,7 @@ class ShellyConfigFlow(ConfigFlow, domain=DOMAIN):
device_info: dict[str, Any] = {}
ble_device: BLEDevice | None = None
device_name: str = ""
wifi_networks: list[dict[str, Any]] = []
wifi_networks: list[ShellyWiFiNetwork] = []
selected_ssid: str = ""
_provision_task: asyncio.Task | None = None
_provision_result: ConfigFlowResult | None = None

View File

@@ -17,7 +17,7 @@
"iot_class": "local_push",
"loggers": ["aioshelly"],
"quality_scale": "platinum",
"requirements": ["aioshelly==13.22.0"],
"requirements": ["aioshelly==13.23.0"],
"zeroconf": [
{
"name": "shelly*",

2
requirements_all.txt generated
View File

@@ -393,7 +393,7 @@ aioruuvigateway==0.1.0
aiosenz==1.0.0
# homeassistant.components.shelly
aioshelly==13.22.0
aioshelly==13.23.0
# homeassistant.components.skybell
aioskybell==22.7.0

View File

@@ -378,7 +378,7 @@ aioruuvigateway==0.1.0
aiosenz==1.0.0
# homeassistant.components.shelly
aioshelly==13.22.0
aioshelly==13.23.0
# homeassistant.components.skybell
aioskybell==22.7.0