Upgrade ness_alarm dependencies (#75298)

* Upgrade ness alarm dependencies to fix #74571

* Update requirements
pull/75400/head
Nick Whyte 2022-07-18 11:17:25 +01:00 committed by GitHub
parent 6fdb414b58
commit 11f80762ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View File

@ -99,7 +99,6 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
client = Client(
host=host,
port=port,
loop=hass.loop,
update_interval=scan_interval.total_seconds(),
infer_arming_state=infer_arming_state,
)

View File

@ -2,7 +2,7 @@
"domain": "ness_alarm",
"name": "Ness Alarm",
"documentation": "https://www.home-assistant.io/integrations/ness_alarm",
"requirements": ["nessclient==0.9.15"],
"requirements": ["nessclient==0.10.0"],
"codeowners": ["@nickw444"],
"iot_class": "local_push",
"loggers": ["nessclient"]

View File

@ -1068,7 +1068,7 @@ nad_receiver==0.3.0
ndms2_client==0.1.1
# homeassistant.components.ness_alarm
nessclient==0.9.15
nessclient==0.10.0
# homeassistant.components.netdata
netdata==1.0.1

View File

@ -745,7 +745,7 @@ mutesync==0.0.1
ndms2_client==0.1.1
# homeassistant.components.ness_alarm
nessclient==0.9.15
nessclient==0.10.0
# homeassistant.components.discovery
netdisco==3.0.0