diff --git a/homeassistant/components/input_boolean/manifest.json b/homeassistant/components/input_boolean/manifest.json index 7a27d475e6e..589cf536253 100644 --- a/homeassistant/components/input_boolean/manifest.json +++ b/homeassistant/components/input_boolean/manifest.json @@ -1,5 +1,6 @@ { "domain": "input_boolean", + "integration_type": "helper", "name": "Input Boolean", "documentation": "https://www.home-assistant.io/integrations/input_boolean", "codeowners": ["@home-assistant/core"], diff --git a/homeassistant/components/input_button/manifest.json b/homeassistant/components/input_button/manifest.json index 76133500d36..7e31df775c3 100644 --- a/homeassistant/components/input_button/manifest.json +++ b/homeassistant/components/input_button/manifest.json @@ -1,5 +1,6 @@ { "domain": "input_button", + "integration_type": "helper", "name": "Input Button", "documentation": "https://www.home-assistant.io/integrations/input_button", "codeowners": ["@home-assistant/core"], diff --git a/homeassistant/components/input_datetime/manifest.json b/homeassistant/components/input_datetime/manifest.json index a394b77b72e..4d1e680c12a 100644 --- a/homeassistant/components/input_datetime/manifest.json +++ b/homeassistant/components/input_datetime/manifest.json @@ -1,5 +1,6 @@ { "domain": "input_datetime", + "integration_type": "helper", "name": "Input Datetime", "documentation": "https://www.home-assistant.io/integrations/input_datetime", "codeowners": ["@home-assistant/core"], diff --git a/homeassistant/components/input_number/manifest.json b/homeassistant/components/input_number/manifest.json index 93081a7ed49..46cae513fd2 100644 --- a/homeassistant/components/input_number/manifest.json +++ b/homeassistant/components/input_number/manifest.json @@ -1,5 +1,6 @@ { "domain": "input_number", + "integration_type": "helper", "name": "Input Number", "documentation": "https://www.home-assistant.io/integrations/input_number", "codeowners": ["@home-assistant/core"], diff --git a/homeassistant/components/input_select/manifest.json b/homeassistant/components/input_select/manifest.json index 614ee18390d..1c3dc880d20 100644 --- a/homeassistant/components/input_select/manifest.json +++ b/homeassistant/components/input_select/manifest.json @@ -1,5 +1,6 @@ { "domain": "input_select", + "integration_type": "helper", "name": "Input Select", "documentation": "https://www.home-assistant.io/integrations/input_select", "codeowners": ["@home-assistant/core"], diff --git a/homeassistant/components/input_text/manifest.json b/homeassistant/components/input_text/manifest.json index 3ca9a0b961a..9cc48f745cf 100644 --- a/homeassistant/components/input_text/manifest.json +++ b/homeassistant/components/input_text/manifest.json @@ -1,5 +1,6 @@ { "domain": "input_text", + "integration_type": "helper", "name": "Input Text", "documentation": "https://www.home-assistant.io/integrations/input_text", "codeowners": ["@home-assistant/core"],