mirror of
https://github.com/home-assistant/core.git
synced 2025-12-19 18:38:58 +00:00
Add integration_type device to ialarm (#159166)
This commit is contained in:
committed by
GitHub
parent
5f37016baa
commit
06a55175a8
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@RyuzakiKK"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/ialarm",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pyialarm"],
|
||||
"requirements": ["pyialarm==2.2.0"]
|
||||
|
||||
@@ -2932,7 +2932,7 @@
|
||||
},
|
||||
"ialarm": {
|
||||
"name": "Antifurto365 iAlarm",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user