remove hardware from integration descriptions (#14189)

This commit is contained in:
Bram Kragten 2022-10-25 21:21:00 +02:00 committed by GitHub
parent 57fb8f9f01
commit 0b18875d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,13 +31,11 @@ export interface Brands {
export interface IntegrationDescriptions {
core: {
integration: Brands;
hardware: Integrations;
helper: Integrations;
translated_name: string[];
};
custom: {
integration: Brands;
hardware: Integrations;
helper: Integrations;
};
}