mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
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:
parent
d4970f81aa
commit
f1b059c75d
@ -138,7 +138,7 @@ async def async_setup_entry(
|
|||||||
for vtype, _, vid in isy.variables.children:
|
for vtype, _, vid in isy.variables.children:
|
||||||
numbers.append(isy.variables[vtype][vid])
|
numbers.append(isy.variables[vtype][vid])
|
||||||
if (
|
if (
|
||||||
isy.conf[CONFIG_NETWORKING] or isy.conf[CONFIG_PORTAL]
|
isy.conf[CONFIG_NETWORKING] or isy.conf.get(CONFIG_PORTAL)
|
||||||
) and isy.networking.nobjs:
|
) and isy.networking.nobjs:
|
||||||
isy_data.devices[CONF_NETWORK] = _create_service_device_info(
|
isy_data.devices[CONF_NETWORK] = _create_service_device_info(
|
||||||
isy, name=CONFIG_NETWORKING, unique_id=CONF_NETWORK
|
isy, name=CONFIG_NETWORKING, unique_id=CONF_NETWORK
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyisy"],
|
"loggers": ["pyisy"],
|
||||||
"requirements": ["pyisy==3.1.14"],
|
"requirements": ["pyisy==3.1.15"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Universal Devices Inc.",
|
"manufacturer": "Universal Devices Inc.",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2047,7 +2047,7 @@ pyiskra==0.1.15
|
|||||||
pyiss==1.0.1
|
pyiss==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
pyisy==3.1.14
|
pyisy==3.1.15
|
||||||
|
|
||||||
# homeassistant.components.itach
|
# homeassistant.components.itach
|
||||||
pyitachip2ir==0.0.7
|
pyitachip2ir==0.0.7
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1668,7 +1668,7 @@ pyiskra==0.1.15
|
|||||||
pyiss==1.0.1
|
pyiss==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
pyisy==3.1.14
|
pyisy==3.1.15
|
||||||
|
|
||||||
# homeassistant.components.ituran
|
# homeassistant.components.ituran
|
||||||
pyituran==0.1.4
|
pyituran==0.1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user