* Add support for multiple otbr config entries * Fix test * Drop useless fixture * Address review comments * Change unique id from xa to id * Improve error text * Store data in ConfigEntry.runtime_data * Remove useless function
7 lines
138 B
Python
7 lines
138 B
Python
"""Constants for the Open Thread Border Router integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "otbr"
|
|
|
|
DEFAULT_CHANNEL = 15
|