Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the BleBox devices integration."""
2 
3 DOMAIN = "blebox"
4 
5 DEFAULT_SETUP_TIMEOUT = 10
6 
7 # translation strings
8 ADDRESS_ALREADY_CONFIGURED = "address_already_configured"
9 CANNOT_CONNECT = "cannot_connect"
10 UNSUPPORTED_VERSION = "unsupported_version"
11 UNKNOWN = "unknown"
12 
13 
14 DEFAULT_HOST = "192.168.0.2"
15 DEFAULT_PORT = 80