1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type device to intellifire (#159177)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:44:06 +01:00
committed by GitHub
parent faae23ee1b
commit 2ab203618e
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/intellifire",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["intellifire4py"],
"requirements": ["intellifire4py==4.2.1"]

View File

@@ -3089,7 +3089,7 @@
},
"intellifire": {
"name": "IntelliFire",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},