Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.bosch_shc.const
 

Variables

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