Files
core/homeassistant/components/bond/const.py
T
2021-02-09 00:37:32 +01:00

8 lines
114 B
Python

"""Constants for the Bond integration."""
BRIDGE_MAKE = "Olibra"
DOMAIN = "bond"
CONF_BOND_ID: str = "bond_id"