Add TypeScript integrations package
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
import { DescriptorOnlyIntegration } from '../../core/classes.descriptoronlyintegration.js';
|
||||
|
||||
export class HomeAssistantFingIntegration extends DescriptorOnlyIntegration {
|
||||
constructor() {
|
||||
super({
|
||||
domain: "fing",
|
||||
displayName: "Fing",
|
||||
status: 'descriptor-only',
|
||||
metadata: {
|
||||
"source": "home-assistant/core",
|
||||
"upstreamPath": "homeassistant/components/fing",
|
||||
"upstreamDomain": "fing",
|
||||
"integrationType": "service",
|
||||
"iotClass": "local_polling",
|
||||
"qualityScale": "bronze",
|
||||
"requirements": [
|
||||
"fing_agent_api==1.1.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"afterDependencies": [],
|
||||
"codeowners": [
|
||||
"@Lorenzo-Gasparini"
|
||||
]
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user