Add new webhook action to allow enabling encryption in an exis… (#31743)
* Add new webhook action to allow enabling encryption in an existing registration * Harden tests * Make requested fixes
This commit is contained in:
parent
f5be9ef7fb
commit
0700d38d1f
3 changed files with 137 additions and 25 deletions
|
@ -52,6 +52,8 @@ ATTR_WEBHOOK_ENCRYPTED = "encrypted"
|
|||
ATTR_WEBHOOK_ENCRYPTED_DATA = "encrypted_data"
|
||||
ATTR_WEBHOOK_TYPE = "type"
|
||||
|
||||
ERR_ENCRYPTION_ALREADY_ENABLED = "encryption_already_enabled"
|
||||
ERR_ENCRYPTION_NOT_AVAILABLE = "encryption_not_available"
|
||||
ERR_ENCRYPTION_REQUIRED = "encryption_required"
|
||||
ERR_SENSOR_NOT_REGISTERED = "not_registered"
|
||||
ERR_SENSOR_DUPLICATE_UNIQUE_ID = "duplicate_unique_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue