core/homeassistant/components/bond/const.py

6 lines
90 B
Python

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