mirror of
https://github.com/home-assistant/core.git
synced 2025-05-21 06:17:06 +00:00

* Only allow channel 15 during automatic configuration of OTBR * Also force channel 15 when creating a new network
6 lines
102 B
Python
6 lines
102 B
Python
"""Constants for the Open Thread Border Router integration."""
|
|
|
|
DOMAIN = "otbr"
|
|
|
|
DEFAULT_CHANNEL = 15
|