Bump PyISY to 3.1.15 (#141778)

changelog: https://github.com/automicus/PyISY/compare/v3.1.14...v3.1.15

fixes #141517
fixes #132279
This commit is contained in:
J. Nick Koston 2025-03-29 23:40:25 -10:00 committed by GitHub
parent d4970f81aa
commit f1b059c75d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ async def async_setup_entry(
for vtype, _, vid in isy.variables.children:
numbers.append(isy.variables[vtype][vid])
if (
isy.conf[CONFIG_NETWORKING] or isy.conf[CONFIG_PORTAL]
isy.conf[CONFIG_NETWORKING] or isy.conf.get(CONFIG_PORTAL)
) and isy.networking.nobjs:
isy_data.devices[CONF_NETWORK] = _create_service_device_info(
isy, name=CONFIG_NETWORKING, unique_id=CONF_NETWORK

View File

@ -24,7 +24,7 @@
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["pyisy"],
"requirements": ["pyisy==3.1.14"],
"requirements": ["pyisy==3.1.15"],
"ssdp": [
{
"manufacturer": "Universal Devices Inc.",

2
requirements_all.txt generated
View File

@ -2047,7 +2047,7 @@ pyiskra==0.1.15
pyiss==1.0.1
# homeassistant.components.isy994
pyisy==3.1.14
pyisy==3.1.15
# homeassistant.components.itach
pyitachip2ir==0.0.7

View File

@ -1668,7 +1668,7 @@ pyiskra==0.1.15
pyiss==1.0.1
# homeassistant.components.isy994
pyisy==3.1.14
pyisy==3.1.15
# homeassistant.components.ituran
pyituran==0.1.4