mirror of
https://github.com/home-assistant/core.git
synced 2026-02-20 18:08:00 +00:00
8 lines
114 B
Python
8 lines
114 B
Python
"""Constants for the Bond integration."""
|
|
|
|
BRIDGE_MAKE = "Olibra"
|
|
|
|
DOMAIN = "bond"
|
|
|
|
CONF_BOND_ID: str = "bond_id"
|