* Add API Key to the Nightscout integration config * Add tests for nightscout config changes * Apply suggestions from code review Co-authored-by: springstan <46536646+springstan@users.noreply.github.com> Co-authored-by: Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/nightscout/__init__.py * Run translations script to fix en.json Co-authored-by: springstan <46536646+springstan@users.noreply.github.com> Co-authored-by: Chris Talkington <chris@talkingtontech.com>
13 lines
No EOL
280 B
JSON
13 lines
No EOL
280 B
JSON
{
|
|
"domain": "nightscout",
|
|
"name": "Nightscout",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nightscout",
|
|
"requirements": [
|
|
"py-nightscout==1.2.2"
|
|
],
|
|
"codeowners": [
|
|
"@marciogranzotto"
|
|
],
|
|
"quality_scale": "platinum"
|
|
} |