core/homeassistant/components/incomfort/manifest.json

15 lines
433 B
JSON

{
"domain": "incomfort",
"name": "Intergas InComfort/Intouch Lan2RF gateway",
"codeowners": ["@jbouwh"],
"config_flow": true,
"dhcp": [
{ "hostname": "rfgateway", "macaddress": "0004A3*" },
{ "registered_devices": true }
],
"documentation": "https://www.home-assistant.io/integrations/incomfort",
"iot_class": "local_polling",
"loggers": ["incomfortclient"],
"requirements": ["incomfort-client==0.6.7"]
}