mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Ignore Fronius Gen24 firmware 1.35.4-1 SSL verification issue for new setups (#144940)
This commit is contained in:
parent
07db244f91
commit
6475b1a446
@ -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