Files
core/homeassistant/components/bosch_shc/const.py
2025-01-23 18:52:10 +01:00

10 lines
235 B
Python

"""Constants for the Bosch SHC integration."""
CONF_HOSTNAME = "hostname"
CONF_SHC_CERT = "bosch_shc-cert.pem"
CONF_SHC_KEY = "bosch_shc-key.pem"
CONF_SSL_CERTIFICATE = "ssl_certificate"
CONF_SSL_KEY = "ssl_key"
DOMAIN = "bosch_shc"