Mark all input integrations as helpers (#68922)
This commit is contained in:
parent
c4a2204cc7
commit
423ecfa69d
6 changed files with 6 additions and 0 deletions
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue