Skip to content

Commit

Permalink
Remove pat
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 12, 2021
1 parent af95cca commit fe9c452
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 55 deletions.
2 changes: 1 addition & 1 deletion documentation/configuration/legacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hacs:

| key | optional | default | description |
| ----------------- | -------- | ----------------- | -------------------------------------------------------------------------------------------------- |
| `token` | False | | [A Github Personal Access Token](/docs/configuration/pat) |
| `token` | False | | [A Github Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) |
| `sidepanel_title` | True | Community | The name used for the sidepanel link. |
| `sidepanel_icon` | True | "mdi:alpha-c-box" | The icon used for the sidepanel link. |
| `appdaemon` | True | `False` | Enable tracking of AppDaemon apps. |
Expand Down
51 changes: 0 additions & 51 deletions documentation/configuration/pat.md

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/developer/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ hacs:
frontend_repo_url: http:https://localhost:5000
```

Replace `token` with [A Github Personal Access Token](/docs/configuration/pat) and change `localhost:5000` for the IP of your devserver if not the same. Make sure that your Home Assistant instance can access provided URL. If development frontend isn't hosted on the same device as HA it can't be accessed with `localhost`.
Replace `token` with [A Github Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) and change `localhost:5000` for the IP of your devserver if not the same. Make sure that your Home Assistant instance can access provided URL. If development frontend isn't hosted on the same device as HA it can't be accessed with `localhost`.
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
installation: {
Installation: ['installation/prerequisites', 'installation/installation'],
Configuration: ['configuration/start', 'configuration/basic', 'configuration/options'],
'Legacy Configuration (YAML)': ['configuration/legacy', 'configuration/pat'],
'Legacy Configuration (YAML)': ['configuration/legacy'],
Remove: ['installation/remove'],
},
'developer documentation': {
Expand Down
3 changes: 2 additions & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ https://hacs.netlify.com/* https://hacs.xyz/:splat 301!

/docs/installation/manual_cli /docs/installation/prerequisites
/docs/installation/manual /docs/installation/prerequisites
/docs/default_repositories /default_repositories
/docs/default_repositories /default_repositories
/docs/configuration/pat /docs/configuration/legacy

0 comments on commit fe9c452

Please sign in to comment.