Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.schluter Namespace Reference

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"
 

Detailed Description

The Schluter DITRA-HEAT integration.

Function Documentation

◆ setup()

bool homeassistant.components.schluter.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Schluter component.

Definition at line 37 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.schluter._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file __init__.py.

◆ API_TIMEOUT

int homeassistant.components.schluter.API_TIMEOUT = 10

Definition at line 22 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.schluter.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(DOMAIN): vol.Schema(
4  {
5  vol.Required(CONF_USERNAME): cv.string,
6  vol.Required(CONF_PASSWORD): cv.string,
7  }
8  )
9  },
10  extra=vol.ALLOW_EXTRA,
11 )

Definition at line 24 of file __init__.py.

◆ DATA_SCHLUTER_API

string homeassistant.components.schluter.DATA_SCHLUTER_API = "schluter_api"

Definition at line 20 of file __init__.py.

◆ DATA_SCHLUTER_SESSION

string homeassistant.components.schluter.DATA_SCHLUTER_SESSION = "schluter_session"

Definition at line 19 of file __init__.py.

◆ SCHLUTER_CONFIG_FILE

string homeassistant.components.schluter.SCHLUTER_CONFIG_FILE = ".schluter.conf"

Definition at line 21 of file __init__.py.