1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-21 14:27:07 +00:00

8 Commits

Author SHA1 Message Date
Erik Montnemery
b23cedeae9
Save Thread dataset store when changing preferred dataset () 2023-04-14 11:48:03 +02:00
Erik Montnemery
976efb437b
Include channel in response to WS thread/list_datasets () 2023-03-30 09:16:27 -04:00
Erik Montnemery
85e0177195
Add WS command for connecting OTBR to a known Thread network ()
* Add WS command for connecting OTBR to a known Thread network

* Add test
2023-03-14 15:28:06 +01:00
Erik Montnemery
80e2f96097
Add WS command thread/delete_dataset ()
* Add WS command thread/delete_dataset

* Return not_allowed when trying to delete the preferred dataset
2023-02-15 12:55:10 -05:00
Erik Montnemery
2246255e90
Create or import thread active dataset when setting up OTBR ()
* Create a thread active dataset when discovering OTBR

* Align with lib changes

* Use thread preferred dataset if set

* Create a dataset also from the user flow
2023-02-08 19:32:19 +01:00
Erik Montnemery
0d713809e7
Store preferred dataset separately in thread dataset store () 2023-02-04 06:33:17 -05:00
Erik Montnemery
6f097eecc3
Add WS commands thread/list_datasets, thread/get_dataset_tlv () 2023-02-03 15:22:31 -05:00
Erik Montnemery
527de22adf
Add thread dataset store ()
* Add thread dataset store

* Address review comments

* Bump python-otbr-api to 1.0.3

* Remove stuff which we don't need yet
2023-02-03 09:47:41 -05:00