28 lines
710 B
TypeScript
28 lines
710 B
TypeScript
import { DescriptorOnlyIntegration } from '../../core/classes.descriptoronlyintegration.js';
|
|
|
|
export class HomeAssistantArrisTg2492lgIntegration extends DescriptorOnlyIntegration {
|
|
constructor() {
|
|
super({
|
|
domain: "arris_tg2492lg",
|
|
displayName: "Arris TG2492LG",
|
|
status: 'descriptor-only',
|
|
metadata: {
|
|
"source": "home-assistant/core",
|
|
"upstreamPath": "homeassistant/components/arris_tg2492lg",
|
|
"upstreamDomain": "arris_tg2492lg",
|
|
"integrationType": "hub",
|
|
"iotClass": "local_polling",
|
|
"qualityScale": "legacy",
|
|
"requirements": [
|
|
"arris-tg2492lg==2.2.0"
|
|
],
|
|
"dependencies": [],
|
|
"afterDependencies": [],
|
|
"codeowners": [
|
|
"@vanbalken"
|
|
]
|
|
},
|
|
});
|
|
}
|
|
}
|