Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Bosch SHC integration."""
2 
3 CONF_HOSTNAME = "hostname"
4 CONF_SHC_CERT = "bosch_shc-cert.pem"
5 CONF_SHC_KEY = "bosch_shc-key.pem"
6 CONF_SSL_CERTIFICATE = "ssl_certificate"
7 CONF_SSL_KEY = "ssl_key"
8 
9 DATA_SESSION = "session"
10 DATA_POLLING_HANDLER = "polling_handler"
11 
12 DOMAIN = "bosch_shc"