Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nina.config_flow.NinaConfigFlow
 
class  homeassistant.components.nina.config_flow.OptionsFlowHandler
 

Namespaces

 homeassistant.components.nina.config_flow
 

Functions

dict[str, Any] homeassistant.components.nina.config_flow.prepare_user_input (dict[str, Any] user_input, dict[str, str] _all_region_codes_sorted)
 
dict[str, dict[str, Any]] homeassistant.components.nina.config_flow.split_regions (dict[str, str] _all_region_codes_sorted, dict[str, dict[str, Any]] regions)
 
dict[str, str] homeassistant.components.nina.config_flow.swap_key_value (dict[str, str] dict_to_sort)