Add WS command thread/delete_dataset (#88077)
* Add WS command thread/delete_dataset * Return not_allowed when trying to delete the preferred dataset
This commit is contained in:
parent
4221433ca6
commit
80e2f96097
5 changed files with 136 additions and 4 deletions
|
@ -30,6 +30,7 @@ MAX_PENDING_MSG: Final = 4096
|
|||
|
||||
ERR_ID_REUSE: Final = "id_reuse"
|
||||
ERR_INVALID_FORMAT: Final = "invalid_format"
|
||||
ERR_NOT_ALLOWED: Final = "not_allowed"
|
||||
ERR_NOT_FOUND: Final = "not_found"
|
||||
ERR_NOT_SUPPORTED: Final = "not_supported"
|
||||
ERR_HOME_ASSISTANT_ERROR: Final = "home_assistant_error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue