Skip to content

Commit

Permalink
remove str length for HA config #1169
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed May 2, 2024
1 parent bd05718 commit 294bedb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home_assistant/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"schema": {
"WYZE_EMAIL": "email?",
"WYZE_PASSWORD": "password?",
"API_ID": "str(36,36)?",
"API_KEY": "str(60,60)?",
"API_ID": "str?",
"API_KEY": "str?",
"WB_IP": "str?",
"MFA_TYPE": "list(TotpVerificationCode|PrimaryPhone|Email)?",
"TOTP_KEY": "str?",
Expand Down
4 changes: 2 additions & 2 deletions home_assistant/dev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"schema": {
"WYZE_EMAIL": "email?",
"WYZE_PASSWORD": "password?",
"API_ID": "str(36,36)?",
"API_KEY": "str(60,60)?",
"API_ID": "str?",
"API_KEY": "str?",
"WB_IP": "str?",
"MFA_TYPE": "list(TotpVerificationCode|PrimaryPhone|Email)?",
"TOTP_KEY": "str?",
Expand Down

0 comments on commit 294bedb

Please sign in to comment.