Skip to content

Commit

Permalink
Ignore whitespaces in api key/id #1188
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed May 17, 2024
1 parent 62df8d9 commit 7b77571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home_assistant/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ options:
schema:
WYZE_EMAIL: email?
WYZE_PASSWORD: password?
API_ID: match([a-fA-F0-9-]{36})?
API_KEY: match([a-zA-Z0-9]{60})?
API_ID: match(\s*[a-fA-F0-9-]{36}\s*)?
API_KEY: match(\s*[a-zA-Z0-9]{60}\s*)?
WB_IP: str?
REFRESH_TOKEN: str?
ACCESS_TOKEN: str?
Expand Down

0 comments on commit 7b77571

Please sign in to comment.