parent
28aff1a90a
commit
23a11dddb3
|
@ -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…
Reference in New Issue