mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update aiooui to 0.1.7 (#129179)
This commit is contained in:
parent
68284bed74
commit
017b1cae26
@ -7,5 +7,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/nmap_tracker",
|
"documentation": "https://www.home-assistant.io/integrations/nmap_tracker",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["nmap"],
|
"loggers": ["nmap"],
|
||||||
"requirements": ["netmap==0.7.0.2", "getmac==0.9.4", "aiooui==0.1.6"]
|
"requirements": ["netmap==0.7.0.2", "getmac==0.9.4", "aiooui==0.1.7"]
|
||||||
}
|
}
|
||||||
|
@ -319,7 +319,7 @@ aiooncue==0.3.7
|
|||||||
aioopenexchangerates==0.6.8
|
aioopenexchangerates==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
aiooui==0.1.6
|
aiooui==0.1.7
|
||||||
|
|
||||||
# homeassistant.components.pegel_online
|
# homeassistant.components.pegel_online
|
||||||
aiopegelonline==0.0.10
|
aiopegelonline==0.0.10
|
||||||
|
@ -301,7 +301,7 @@ aiooncue==0.3.7
|
|||||||
aioopenexchangerates==0.6.8
|
aioopenexchangerates==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
aiooui==0.1.6
|
aiooui==0.1.7
|
||||||
|
|
||||||
# homeassistant.components.pegel_online
|
# homeassistant.components.pegel_online
|
||||||
aiopegelonline==0.0.10
|
aiopegelonline==0.0.10
|
||||||
|
@ -142,7 +142,6 @@ EXCEPTIONS = {
|
|||||||
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
|
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
|
||||||
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
|
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
|
||||||
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
|
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
|
||||||
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
|
|
||||||
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
|
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
|
||||||
"chacha20poly1305", # LGPL
|
"chacha20poly1305", # LGPL
|
||||||
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
|
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user