Namespaces | |
| climate | |
| const | |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | API_TIMEOUT = 10 |
| CONFIG_SCHEMA | |
| string | DATA_SCHLUTER_API = "schluter_api" |
| string | DATA_SCHLUTER_SESSION = "schluter_session" |
| string | SCHLUTER_CONFIG_FILE = ".schluter.conf" |
The Schluter DITRA-HEAT integration.
| bool homeassistant.components.schluter.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Schluter component.
Definition at line 37 of file __init__.py.
|
private |
Definition at line 18 of file __init__.py.
| int homeassistant.components.schluter.API_TIMEOUT = 10 |
Definition at line 22 of file __init__.py.
| homeassistant.components.schluter.CONFIG_SCHEMA |
Definition at line 24 of file __init__.py.
| string homeassistant.components.schluter.DATA_SCHLUTER_API = "schluter_api" |
Definition at line 20 of file __init__.py.
| string homeassistant.components.schluter.DATA_SCHLUTER_SESSION = "schluter_session" |
Definition at line 19 of file __init__.py.
| string homeassistant.components.schluter.SCHLUTER_CONFIG_FILE = ".schluter.conf" |
Definition at line 21 of file __init__.py.