core/homeassistant/components/intellifire/manifest.json

12 lines
315 B
JSON

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