core/homeassistant/components/blebox/const.py

17 lines
347 B
Python
Raw Normal View History

"""Constants for the BleBox devices integration."""
DOMAIN = "blebox"
PRODUCT = "product"
2022-01-24 10:37:28 +00:00
DEFAULT_SETUP_TIMEOUT = 10
# translation strings
ADDRESS_ALREADY_CONFIGURED = "address_already_configured"
CANNOT_CONNECT = "cannot_connect"
UNSUPPORTED_VERSION = "unsupported_version"
UNKNOWN = "unknown"
2020-05-12 14:10:03 +00:00
DEFAULT_HOST = "192.168.0.2"
DEFAULT_PORT = 80