core/homeassistant/components/intellifire/manifest.json

14 lines
299 B
JSON

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