mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 05:31:11 +01:00
11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"domain": "nightscout",
|
|
"name": "Nightscout",
|
|
"codeowners": ["@marciogranzotto"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nightscout",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["py_nightscout"],
|
|
"requirements": ["py-nightscout==1.2.2"]
|
|
}
|