Support asking covers to stop using google assistant (#43537)

This commit is contained in:
Joakim Plate 2020-11-30 09:34:34 +01:00 committed by GitHub
parent f221bfae52
commit aade4e63b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 123 additions and 14 deletions

View file

@ -104,6 +104,7 @@ ERR_UNSUPPORTED_INPUT = "unsupportedInput"
ERR_ALREADY_DISARMED = "alreadyDisarmed"
ERR_ALREADY_ARMED = "alreadyArmed"
ERR_ALREADY_STOPPED = "alreadyStopped"
ERR_CHALLENGE_NEEDED = "challengeNeeded"
ERR_CHALLENGE_NOT_SETUP = "challengeFailedNotSetup"