hass-core/homeassistant/components/nordpool/manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
345 B
JSON
Raw Normal View History

2024-11-08 15:10:51 +01:00
{
"domain": "nordpool",
"name": "Nord Pool",
"codeowners": ["@gjohansson-ST"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/nordpool",
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pynordpool"],
"requirements": ["pynordpool==0.2.1"],
"single_config_entry": true
}