core/homeassistant/components/bond/const.py

13 lines
176 B
Python

"""Constants for the Bond integration."""
BRIDGE_MAKE = "Olibra"
DOMAIN = "bond"
CONF_BOND_ID: str = "bond_id"
HUB = "hub"
BPUP_SUBS = "bpup_subs"
BPUP_STOP = "bpup_stop"