mirror of https://github.com/home-assistant/core
16 lines
355 B
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"]
|
|
}
|