Skip to content

Commit

Permalink
Merge pull request #1 from markvader/nightscout-strings-patch-1
Browse files Browse the repository at this point in the history
advise on use of an access token rather than API_SECRET
  • Loading branch information
markvader authored Nov 20, 2021
2 parents f525fba + 7303e10 commit d0c84ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/nightscout/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"api_key": "API Key",
"url": "URL"
},
"description": "- URL: the address of your nightscout instance. I.e.: https://myhomeassistant.duckdns.org:5423\n- API Key (optional): Only use if your instance is protected (auth_default_roles != readable).",
"description": "- URL: the address of your nightscout instance. e.g.: https://myhomeassistant.duckdns.org:5423\n- API Key/Access Token (optional): Only use if your instance is protected (auth_default_roles != readable).\nIt is recommended NOT to use your API_SECRET but instead generate an access token. See https://nightscout.github.io/nightscout/security/#create-authentication-tokens-for-users for details.\nA 'subject' (person/device) with the 'readable' permission is sufficient for this integration.",
"title": "Enter your Nightscout server information."
}
}
Expand Down

0 comments on commit d0c84ee

Please sign in to comment.