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": [] }