From 1bf385c5ffe052fad51d1e7043be3d6898b1cd5f Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 6 Jul 2024 11:56:16 +0200 Subject: [PATCH] fix(ignore): fix 6b9247c84d2e0b22006315463a843277761d83b0 --- lib/extension/homeassistant.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/extension/homeassistant.ts b/lib/extension/homeassistant.ts index f7aa7a2ba..fe50cc806 100644 --- a/lib/extension/homeassistant.ts +++ b/lib/extension/homeassistant.ts @@ -1176,7 +1176,6 @@ export default class HomeAssistant extends Extension { throw new Error(`Unsupported exposes type: '${firstExpose.type}'`); } - discoveryEntries.forEach((d) => { // If a sensor has entity category `config`, then change // it to `diagnostic`. Sensors have no input, so can't be configured.