Skip to content

Commit

Permalink
Update HACS token schema (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
crhistianramirez authored Jan 2, 2022
1 parent 4c29698 commit 9e0c553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Evaluate jinja templates via Home Assistant's API and see how they would render.

# Contribution

- [How to update the schemas](https://github.com/keesschollaart81/vscode-home-assistant/wiki/HowTo:-Update-the-schemas)
- [Local Development](https://github.com/keesschollaart81/vscode-home-assistant/wiki/Local-development)
- [How to update the schemas](https://github.com/keesschollaart81/vscode-home-assistant/wiki/HowTo:-Update-the-schema's)
- [Local Development](https://github.com/keesschollaart81/vscode-home-assistant/wiki/Local-development-of-this-Extension)

# Release Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface Schema {
* Github Personal Access Token.
* https://hacs.xyz/docs/configuration/legacy
*
* @TJS-pattern ^[0-9a-fA-F]{40}$
* @TJS-pattern ^[0-9a-zA-Z_]{40}$
*/
token: string;

Expand Down

0 comments on commit 9e0c553

Please sign in to comment.