Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.smhi.config_flow Namespace Reference

Classes

class  SmhiFlowHandler
 

Functions

bool async_check_location (HomeAssistant hass, float longitude, float latitude)
 

Detailed Description

Config flow to configure SMHI component.

Function Documentation

◆ async_check_location()

bool homeassistant.components.smhi.config_flow.async_check_location ( HomeAssistant  hass,
float  longitude,
float   latitude 
)
Return true if location is ok.

Definition at line 24 of file config_flow.py.