core/homeassistant/components/nuheat/manifest.json

16 lines
316 B
JSON

{
"domain": "nuheat",
"name": "NuHeat",
"documentation": "https://www.home-assistant.io/integrations/nuheat",
"requirements": ["nuheat==0.3.0"],
"codeowners": [],
"config_flow": true,
"dhcp": [
{
"hostname": "nuheat",
"macaddress": "002338*"
}
],
"iot_class": "cloud_polling"
}