1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00
Files
core/homeassistant/components/intellifire/manifest.json
2026-02-10 14:21:58 +00:00

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"]
}