Mark all input integrations as helpers (#68922)

This commit is contained in:
Paulus Schoutsen 2022-03-30 13:50:13 -07:00 committed by GitHub
parent c4a2204cc7
commit 423ecfa69d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View file

@ -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"],

View file

@ -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"],

View file

@ -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"],

View file

@ -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"],

View file

@ -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"],

View file

@ -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"],