1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-23 05:07:41 +00:00
Erik Montnemery f93bd8ef2c
Only allow channel 15 during configuration of OTBR ()
* Only allow channel 15 during automatic configuration of OTBR

* Also force channel 15 when creating a new network
2023-02-28 11:08:45 -05:00

6 lines
102 B
Python

"""Constants for the Open Thread Border Router integration."""
DOMAIN = "otbr"
DEFAULT_CHANNEL = 15