mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 15:06:05 +01: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"
|