Skip to content

Commit

Permalink
Upgrade ness_alarm dependencies (home-assistant#75298)
Browse files Browse the repository at this point in the history
* Upgrade ness alarm dependencies to fix home-assistant#74571

* Update requirements
  • Loading branch information
nickw444 authored Jul 18, 2022
1 parent 6fdb414 commit 11f8076
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion homeassistant/components/ness_alarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ness_alarm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11f8076

Please sign in to comment.