* Implement NightScout sensor integration * Add tests for NightScout integration * Fix Nightscout captalization * Change quality scale for Nightscout * Trigger actions * Add missing tests * Fix stale comments * Fix Nightscout manufacturer * Add entry type service * Change host to URL on nightscout config flow * Add ConfigEntryNotReady exception to nighscout init * Remote platform_schema from nightscout sensor * Update homeassistant/components/nightscout/config_flow.py Co-authored-by: Chris Talkington <chris@talkingtontech.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.1"
|
|
],
|
|
"codeowners": [
|
|
"@marciogranzotto"
|
|
],
|
|
"quality_scale": "platinum"
|
|
} |