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",
|
"domain": "input_boolean",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Input Boolean",
|
"name": "Input Boolean",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/input_boolean",
|
"documentation": "https://www.home-assistant.io/integrations/input_boolean",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "input_button",
|
"domain": "input_button",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Input Button",
|
"name": "Input Button",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/input_button",
|
"documentation": "https://www.home-assistant.io/integrations/input_button",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "input_datetime",
|
"domain": "input_datetime",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Input Datetime",
|
"name": "Input Datetime",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/input_datetime",
|
"documentation": "https://www.home-assistant.io/integrations/input_datetime",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "input_number",
|
"domain": "input_number",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Input Number",
|
"name": "Input Number",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/input_number",
|
"documentation": "https://www.home-assistant.io/integrations/input_number",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "input_select",
|
"domain": "input_select",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Input Select",
|
"name": "Input Select",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/input_select",
|
"documentation": "https://www.home-assistant.io/integrations/input_select",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "input_text",
|
"domain": "input_text",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Input Text",
|
"name": "Input Text",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/input_text",
|
"documentation": "https://www.home-assistant.io/integrations/input_text",
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue