mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type service to fing (#159012)
This commit is contained in:
committed by
GitHub
parent
d41d93c44e
commit
bfedcef9b9
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@Lorenzo-Gasparini"],
|
"codeowners": ["@Lorenzo-Gasparini"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/fing",
|
"documentation": "https://www.home-assistant.io/integrations/fing",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"quality_scale": "bronze",
|
"quality_scale": "bronze",
|
||||||
"requirements": ["fing_agent_api==1.0.3"]
|
"requirements": ["fing_agent_api==1.0.3"]
|
||||||
|
|||||||
@@ -1982,7 +1982,7 @@
|
|||||||
},
|
},
|
||||||
"fing": {
|
"fing": {
|
||||||
"name": "Fing",
|
"name": "Fing",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user