Skip to content

Commit

Permalink
Adds issue tracker, removes some cruft from the REACME
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewoudenberg committed Jun 19, 2023
1 parent ccb82c4 commit ba35b50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ This integration supports:

On the [LOQED personal access token website](https://integrations.production.loqed.com/personal-access-tokens), please follow the following steps:

{% details "Generate access token" %}

1. Login with your LOQED App e-mail address (you need to be admin)
2. Tap on "Create"
3. Give your personal access token a name (this will not be used further on, but we recommend something like "Home Assistant" to be able to recognize it as used by Home Assistant)
4. Tap on Save
5. Store the access token somewhere you can easily copy/paste from as you'll need them in the next step (and it will only be shown once). Note that you can use this token for setting up multiple locks.
{% enddetails %}

{% include integrations/config_flow.md %}

Home Assistant should automatically detect your lock when your Home Assistant runs on the same network as your lock. In that case you only need to provide the selected API key when you configure the integration.

Expand Down
1 change: 1 addition & 0 deletions custom_components/loqed/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dependencies": ["webhook"],
"documentation": "https://www.home-assistant.io/integrations/loqed",
"iot_class": "local_push",
"issue_tracker": "https://github.com/mikewoudenberg/homeassistant-loqed/issues",
"requirements": ["loqedAPI==2.1.7"],
"version": "0.0.1",
"zeroconf": [
Expand Down

0 comments on commit ba35b50

Please sign in to comment.