From 0b18875d70fa1766d71700fb7f573f1cb7cc5079 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 25 Oct 2022 21:21:00 +0200 Subject: [PATCH] remove hardware from integration descriptions (#14189) --- src/data/integrations.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/integrations.ts b/src/data/integrations.ts index 908a7fc6aa..5b26f1a0e3 100644 --- a/src/data/integrations.ts +++ b/src/data/integrations.ts @@ -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; }; }