mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump elmax-api (#133845)
This commit is contained in:
parent
2288f89415
commit
2bb6e03a36
@ -151,7 +151,9 @@ class ElmaxConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
port=self._panel_direct_port,
|
port=self._panel_direct_port,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
ssl_context = build_direct_ssl_context(cadata=self._panel_direct_ssl_cert)
|
ssl_context = await self.hass.async_add_executor_job(
|
||||||
|
build_direct_ssl_context, self._panel_direct_ssl_cert
|
||||||
|
)
|
||||||
|
|
||||||
# Attempt the connection to make sure the pin works. Also, take the chance to retrieve the panel ID via APIs.
|
# Attempt the connection to make sure the pin works. Also, take the chance to retrieve the panel ID via APIs.
|
||||||
client_api_url = get_direct_api_url(
|
client_api_url = get_direct_api_url(
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/elmax",
|
"documentation": "https://www.home-assistant.io/integrations/elmax",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["elmax_api"],
|
"loggers": ["elmax_api"],
|
||||||
"requirements": ["elmax-api==0.0.6.3"],
|
"requirements": ["elmax-api==0.0.6.4rc0"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_elmax-ssl._tcp.local."
|
"type": "_elmax-ssl._tcp.local."
|
||||||
|
@ -827,7 +827,7 @@ eliqonline==1.2.2
|
|||||||
elkm1-lib==2.2.10
|
elkm1-lib==2.2.10
|
||||||
|
|
||||||
# homeassistant.components.elmax
|
# homeassistant.components.elmax
|
||||||
elmax-api==0.0.6.3
|
elmax-api==0.0.6.4rc0
|
||||||
|
|
||||||
# homeassistant.components.elvia
|
# homeassistant.components.elvia
|
||||||
elvia==0.1.0
|
elvia==0.1.0
|
||||||
|
@ -702,7 +702,7 @@ elgato==5.1.2
|
|||||||
elkm1-lib==2.2.10
|
elkm1-lib==2.2.10
|
||||||
|
|
||||||
# homeassistant.components.elmax
|
# homeassistant.components.elmax
|
||||||
elmax-api==0.0.6.3
|
elmax-api==0.0.6.4rc0
|
||||||
|
|
||||||
# homeassistant.components.elvia
|
# homeassistant.components.elvia
|
||||||
elvia==0.1.0
|
elvia==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user