core/homeassistant/components/intellifire/manifest.json

16 lines
355 B
JSON

{
"domain": "intellifire",
"name": "IntelliFire",
"codeowners": ["@jeeftor"],
"config_flow": true,
"dhcp": [
{
"hostname": "zentrios-*"
}
],
"documentation": "https://www.home-assistant.io/integrations/intellifire",
"iot_class": "local_polling",
"loggers": ["intellifire4py"],
"requirements": ["intellifire4py==4.1.9"]
}