Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bosch_shc.const Namespace Reference

Variables

string CONF_HOSTNAME = "hostname"
 
string CONF_SHC_CERT = "bosch_shc-cert.pem"
 
string CONF_SHC_KEY = "bosch_shc-key.pem"
 
string CONF_SSL_CERTIFICATE = "ssl_certificate"
 
string CONF_SSL_KEY = "ssl_key"
 
string DATA_POLLING_HANDLER = "polling_handler"
 
string DATA_SESSION = "session"
 
string DOMAIN = "bosch_shc"
 

Detailed Description

Constants for the Bosch SHC integration.

Variable Documentation

◆ CONF_HOSTNAME

string homeassistant.components.bosch_shc.const.CONF_HOSTNAME = "hostname"

Definition at line 3 of file const.py.

◆ CONF_SHC_CERT

string homeassistant.components.bosch_shc.const.CONF_SHC_CERT = "bosch_shc-cert.pem"

Definition at line 4 of file const.py.

◆ CONF_SHC_KEY

string homeassistant.components.bosch_shc.const.CONF_SHC_KEY = "bosch_shc-key.pem"

Definition at line 5 of file const.py.

◆ CONF_SSL_CERTIFICATE

string homeassistant.components.bosch_shc.const.CONF_SSL_CERTIFICATE = "ssl_certificate"

Definition at line 6 of file const.py.

◆ CONF_SSL_KEY

string homeassistant.components.bosch_shc.const.CONF_SSL_KEY = "ssl_key"

Definition at line 7 of file const.py.

◆ DATA_POLLING_HANDLER

string homeassistant.components.bosch_shc.const.DATA_POLLING_HANDLER = "polling_handler"

Definition at line 10 of file const.py.

◆ DATA_SESSION

string homeassistant.components.bosch_shc.const.DATA_SESSION = "session"

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.bosch_shc.const.DOMAIN = "bosch_shc"

Definition at line 12 of file const.py.