core/homeassistant/components/intellifire/manifest.json

16 lines
355 B
JSON
Raw Normal View History

{
"domain": "intellifire",
"name": "IntelliFire",
"codeowners": ["@jeeftor"],
2023-02-08 19:35:25 +00:00
"config_flow": true,
2022-10-15 20:09:00 +00:00
"dhcp": [
{
"hostname": "zentrios-*"
}
2023-02-08 19:35:25 +00:00
],
"documentation": "https://www.home-assistant.io/integrations/intellifire",
"iot_class": "local_polling",
"loggers": ["intellifire4py"],
"requirements": ["intellifire4py==2.2.2"]
}