mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 04:05:32 +01: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
|