Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.coolmaster.config_flow.CoolmasterConfigFlow
 

Namespaces

 homeassistant.components.coolmaster.config_flow
 

Functions

bool homeassistant.components.coolmaster.config_flow._validate_connection (str host)
 

Variables

list homeassistant.components.coolmaster.config_flow.AVAILABLE_MODES
 
 homeassistant.components.coolmaster.config_flow.DATA_SCHEMA
 
dictionary homeassistant.components.coolmaster.config_flow.MODES_SCHEMA = {vol.Required(mode, default=True): bool for mode in AVAILABLE_MODES}