Add TypeScript integrations package
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
import { DescriptorOnlyIntegration } from '../../core/classes.descriptoronlyintegration.js';
|
||||
|
||||
export class HomeAssistantAmazonPollyIntegration extends DescriptorOnlyIntegration {
|
||||
constructor() {
|
||||
super({
|
||||
domain: "amazon_polly",
|
||||
displayName: "Amazon Polly",
|
||||
status: 'descriptor-only',
|
||||
metadata: {
|
||||
"source": "home-assistant/core",
|
||||
"upstreamPath": "homeassistant/components/amazon_polly",
|
||||
"upstreamDomain": "amazon_polly",
|
||||
"iotClass": "cloud_push",
|
||||
"qualityScale": "legacy",
|
||||
"requirements": [
|
||||
"boto3==1.37.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"afterDependencies": [],
|
||||
"codeowners": [
|
||||
"@jschlyter"
|
||||
]
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user