core/homeassistant/components/nuheat/manifest.json

17 lines
353 B
JSON
Raw Normal View History

{
"domain": "nuheat",
"name": "NuHeat",
"codeowners": ["@tstabrawa"],
"config_flow": true,
"dhcp": [
{
"hostname": "nuheat",
"macaddress": "002338*"
}
],
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/nuheat",
"iot_class": "cloud_polling",
2023-02-08 19:32:43 +00:00
"loggers": ["nuheat"],
2023-03-01 10:39:14 +00:00
"requirements": ["nuheat==1.0.1"]
}