mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Bump nessclient to 1.1.2 (#125604)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
22ebc654a7
commit
39a9634a5c
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/ness_alarm",
|
"documentation": "https://www.home-assistant.io/integrations/ness_alarm",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["nessclient"],
|
"loggers": ["nessclient"],
|
||||||
"requirements": ["nessclient==1.0.0"]
|
"requirements": ["nessclient==1.1.2"]
|
||||||
}
|
}
|
||||||
|
@ -1417,7 +1417,7 @@ nad-receiver==0.3.0
|
|||||||
ndms2-client==0.1.2
|
ndms2-client==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.ness_alarm
|
# homeassistant.components.ness_alarm
|
||||||
nessclient==1.0.0
|
nessclient==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.netdata
|
# homeassistant.components.netdata
|
||||||
netdata==1.1.0
|
netdata==1.1.0
|
||||||
|
@ -1183,7 +1183,7 @@ myuplink==0.6.0
|
|||||||
ndms2-client==0.1.2
|
ndms2-client==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.ness_alarm
|
# homeassistant.components.ness_alarm
|
||||||
nessclient==1.0.0
|
nessclient==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
netmap==0.7.0.2
|
netmap==0.7.0.2
|
||||||
|
@ -149,7 +149,6 @@ EXCEPTIONS = {
|
|||||||
"krakenex", # https://github.com/veox/python3-krakenex/pull/145
|
"krakenex", # https://github.com/veox/python3-krakenex/pull/145
|
||||||
"ld2410-ble", # https://github.com/930913/ld2410-ble/pull/7
|
"ld2410-ble", # https://github.com/930913/ld2410-ble/pull/7
|
||||||
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
|
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
|
||||||
"nessclient", # https://github.com/nickw444/nessclient/pull/65
|
|
||||||
"neurio", # https://github.com/jordanh/neurio-python/pull/13
|
"neurio", # https://github.com/jordanh/neurio-python/pull/13
|
||||||
"nsw-fuel-api-client", # https://github.com/nickw444/nsw-fuel-api-client/pull/14
|
"nsw-fuel-api-client", # https://github.com/nickw444/nsw-fuel-api-client/pull/14
|
||||||
"pigpio", # https://github.com/joan2937/pigpio/pull/608
|
"pigpio", # https://github.com/joan2937/pigpio/pull/608
|
||||||
|
Loading…
x
Reference in New Issue
Block a user