mirror of
https://github.com/home-assistant/core.git
synced 2026-02-14 23:28:42 +00:00
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"domain": "intellifire",
|
|
"name": "IntelliFire",
|
|
"codeowners": ["@jeeftor"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "zentrios-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/intellifire",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["intellifire4py"],
|
|
"requirements": ["intellifire4py==4.3.1"]
|
|
}
|