This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d811fa0e74
core
/
homeassistant
/
components
/
otbr
/
const.py
6 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
Add Thread integration (#85002) * Add Thread integration * Add get/set operational dataset as TLVS * Add create operational dataset * Add set thread state * Adjust after rebase * Improve HTTP status handling * Improve test coverage * Change domains from thread to otbr * Setup otbr from a config entry * Add files * Store URL in config entry data * Make sure manifest is not sorted * Remove useless async * Call the JSON parser more * Don't raise exceptions without messages * Remove stuff which will be needed in the future * Remove more future stuff * Use API library * Bump library to 1.0.1
2023-01-17 13:01:36 +00:00
"""
Constants for the Open Thread Border Router integration.
"""
DOMAIN
=
"
otbr
"
Only allow channel 15 during configuration of OTBR (#88874) * Only allow channel 15 during automatic configuration of OTBR * Also force channel 15 when creating a new network
2023-02-28 16:08:45 +00:00
DEFAULT_CHANNEL
=
15