1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-06 11:46:19 +00:00
Files
core/homeassistant/components/otbr/const.py
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