diff --git a/source/_integrations/input_boolean.markdown b/source/_integrations/input_boolean.markdown index 01aa8c6a941..8a3a9ef191d 100644 --- a/source/_integrations/input_boolean.markdown +++ b/source/_integrations/input_boolean.markdown @@ -14,6 +14,9 @@ The `input_boolean` integration allows the user to define boolean values that ca The preferred way to configure input booleans is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the "**Toggle**" option. +To be able to add **Helpers** via the user interface you should have `default_config:` in your `configuration.yaml`, it should already be there by default unless you removed it. +If you removed `default_config:` from you configuration, you must add `input_boolean:` to your `configuration.yaml` first, then you can use the UI. + Input booleans can also be configured via `configuration.yaml`: ```yaml diff --git a/source/_integrations/input_datetime.markdown b/source/_integrations/input_datetime.markdown index cfe695043a9..30618331ae9 100644 --- a/source/_integrations/input_datetime.markdown +++ b/source/_integrations/input_datetime.markdown @@ -16,6 +16,9 @@ templates. The preferred way to configure input datetime is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the **Date and/or time** option. +To be able to add **Helpers** via the user interface you should have `default_config:` in your `configuration.yaml`, it should already be there by default unless you removed it. +If you removed `default_config:` from you configuration, you must add `input_datetime:` to your `configuration.yaml` first, then you can use the UI. + `input_datetime` can also be configured via YAML. To add three datetime inputs to your installation, one with both date and time, and one with date or time each, add the following lines to your `configuration.yaml`: diff --git a/source/_integrations/input_number.markdown b/source/_integrations/input_number.markdown index 8e916a65101..30410c1553a 100644 --- a/source/_integrations/input_number.markdown +++ b/source/_integrations/input_number.markdown @@ -14,6 +14,9 @@ The `input_number` integration allows the user to define values that can be cont The preferred way to configure an input number is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the **Number** option. +To be able to add **Helpers** via the user interface you should have `default_config:` in your `configuration.yaml`, it should already be there by default unless you removed it. +If you removed `default_config:` from you configuration, you must add `input_number:` to your `configuration.yaml` first, then you can use the UI. + Input numbers can also be configured via `configuration.yaml`: ```yaml diff --git a/source/_integrations/input_select.markdown b/source/_integrations/input_select.markdown index b48478fb16b..af2213676f8 100644 --- a/source/_integrations/input_select.markdown +++ b/source/_integrations/input_select.markdown @@ -14,6 +14,9 @@ The `input_select` integration allows the user to define a list of values that c The preferred way to configure an input select is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the **Dropdown** option. +To be able to add **Helpers** via the user interface you should have `default_config:` in your `configuration.yaml`, it should already be there by default unless you removed it. +If you removed `default_config:` from you configuration, you must add `input_select:` to your `configuration.yaml` first, then you can use the UI. + Input selects can also be configured via `configuration.yaml`: ```yaml diff --git a/source/_integrations/input_text.markdown b/source/_integrations/input_text.markdown index 88d0eda60b5..eb0c13fcc1f 100644 --- a/source/_integrations/input_text.markdown +++ b/source/_integrations/input_text.markdown @@ -14,6 +14,9 @@ The `input_text` integration allows the user to define values that can be contro The preferred way to configure an input text is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the **Text** option. +To be able to add **Helpers** via the user interface you should have `default_config:` in your `configuration.yaml`, it should already be there by default unless you removed it. +If you removed `default_config:` from you configuration, you must add `input_text:` to your `configuration.yaml` first, then you can use the UI. + It can also be configured via `configuration.yaml`: ```yaml