mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Ignore Fronius Gen24 firmware 1.35.4-1 SSL verification issue for new setups (#144940)
This commit is contained in:
parent
a657964c25
commit
f086f4a955
@ -35,7 +35,7 @@ async def validate_host(
|
|||||||
hass: HomeAssistant, host: str
|
hass: HomeAssistant, host: str
|
||||||
) -> tuple[str, FroniusConfigEntryData]:
|
) -> tuple[str, FroniusConfigEntryData]:
|
||||||
"""Validate the user input allows us to connect."""
|
"""Validate the user input allows us to connect."""
|
||||||
fronius = Fronius(async_get_clientsession(hass), host)
|
fronius = Fronius(async_get_clientsession(hass, verify_ssl=False), host)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
datalogger_info: dict[str, Any]
|
datalogger_info: dict[str, Any]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user