1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/nuheat/manifest.json
2025-12-29 21:12:23 +01:00

18 lines
385 B
JSON

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