1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/nuheat/manifest.json
2023-03-01 11:39:14 +01:00

17 lines
353 B
JSON

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