From 813406573b987659b4c35db766a910ae5c0f21cc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 21 Oct 2020 20:53:20 +0200 Subject: [PATCH] Add counter and timer to default_config (#42174) --- homeassistant/components/default_config/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/default_config/manifest.json b/homeassistant/components/default_config/manifest.json index c25b9b82c38..8c6a3dde6cf 100644 --- a/homeassistant/components/default_config/manifest.json +++ b/homeassistant/components/default_config/manifest.json @@ -25,7 +25,9 @@ "input_datetime", "input_text", "input_number", - "input_select" + "input_select", + "counter", + "timer" ], "codeowners": [] }