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
This commit is contained in:
Erik Montnemery 2023-01-17 14:01:36 +01:00 committed by GitHub
parent 9b835f88c7
commit 11b9a0b383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 289 additions and 0 deletions

View file

@ -0,0 +1,3 @@
"""Constants for the Open Thread Border Router integration."""
DOMAIN = "otbr"