Files
home-assistant-core/homeassistant/components/bond/const.py
T

8 lines
114 B
Python

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