mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update goslide-api to 0.7.0 (#129168)
This commit is contained in:
parent
3ac3673326
commit
5c3c9d2ed1
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/slide",
|
"documentation": "https://www.home-assistant.io/integrations/slide",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["goslideapi"],
|
"loggers": ["goslideapi"],
|
||||||
"requirements": ["goslide-api==0.5.1"]
|
"requirements": ["goslide-api==0.7.0"]
|
||||||
}
|
}
|
||||||
|
@ -1020,7 +1020,7 @@ google-photos-library-api==0.12.1
|
|||||||
googlemaps==2.5.1
|
googlemaps==2.5.1
|
||||||
|
|
||||||
# homeassistant.components.slide
|
# homeassistant.components.slide
|
||||||
goslide-api==0.5.1
|
goslide-api==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.tailwind
|
# homeassistant.components.tailwind
|
||||||
gotailwind==0.2.4
|
gotailwind==0.2.4
|
||||||
|
@ -30,7 +30,6 @@ PIP_VERSION_RANGE_SEPARATOR = re.compile(r"^(==|>=|<=|~=|!=|<|>|===)?(.*)$")
|
|||||||
|
|
||||||
IGNORE_STANDARD_LIBRARY_VIOLATIONS = {
|
IGNORE_STANDARD_LIBRARY_VIOLATIONS = {
|
||||||
# Integrations which have standard library requirements.
|
# Integrations which have standard library requirements.
|
||||||
"slide",
|
|
||||||
"suez_water",
|
"suez_water",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -144,7 +144,6 @@ EXCEPTIONS = {
|
|||||||
"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
|
"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
|
||||||
"asyncio", # PSF License
|
|
||||||
"chacha20poly1305", # LGPL
|
"chacha20poly1305", # LGPL
|
||||||
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
|
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
|
||||||
"commentjson", # https://github.com/vaidik/commentjson/pull/55
|
"commentjson", # https://github.com/vaidik/commentjson/pull/55
|
||||||
|
Loading…
x
Reference in New Issue
Block a user