From b6c7422607511f4896d7d2e28cca689413903da1 Mon Sep 17 00:00:00 2001 From: moritzbeck01 <48137462+moritzbeck01@users.noreply.github.com> Date: Sun, 15 May 2022 19:37:24 +0200 Subject: [PATCH] Add timer to the the helper category (#71837) --- homeassistant/components/timer/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/timer/manifest.json b/homeassistant/components/timer/manifest.json index 19748332221..160c96f9664 100644 --- a/homeassistant/components/timer/manifest.json +++ b/homeassistant/components/timer/manifest.json @@ -1,6 +1,7 @@ { "domain": "timer", "name": "Timer", + "integration_type": "helper", "documentation": "https://www.home-assistant.io/integrations/timer", "codeowners": [], "quality_scale": "internal"