diff --git a/source/_integrations/counter.markdown b/source/_integrations/counter.markdown index 4d9490eb930..485d936fa53 100644 --- a/source/_integrations/counter.markdown +++ b/source/_integrations/counter.markdown @@ -17,8 +17,8 @@ The Counter integration allows one to count occurrences fired by automations. ## Configuration The preferred way to configure counter helpers is via the user interface. To add one, go to -**{% my helpers title="Settings -> Devices & Services -> Helpers" %}** and click the add button; -next choose the **{% my config_flow_start domain=counter title="Counter" %}** option. +**{% my helpers title="Settings > Devices & Services > Helpers" %}** and click the add button; +next choose the **{% my config_flow_start domain=page.ha_domain title=page.title %}** 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 @@ -77,7 +77,7 @@ counter: Pick an icon that from [Material Design Icons](https://pictogrammers.com/library/mdi/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance` or `mdi:motorbike`. -### Restore State +### Restore state This integration will automatically restore the state it had prior to Home Assistant stopping as long as your entity has `restore` set to `true`, which is the default. To disable this feature, set `restore` to `false`. diff --git a/source/_integrations/input_number.markdown b/source/_integrations/input_number.markdown index 7992d51b596..9a92150dd7f 100644 --- a/source/_integrations/input_number.markdown +++ b/source/_integrations/input_number.markdown @@ -14,7 +14,7 @@ ha_integration_type: helper The `input_number` integration allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. The frontend can display a slider, or a numeric input box. Changes to the slider or numeric input box generate state events. These state events can be utilized as `automation` triggers as well. -The preferred way to configure an input number is via the user interface at **{% my helpers title="Settings > Devices & Services > Helpers" %}**. Click the add button and then choose the **{% my config_flow_start domain=input_number title="Number" %}** option. +The preferred way to configure an input number is via the user interface at **{% my helpers title="Settings > Devices & Services > Helpers" %}**. Click the add button and then choose the **{% my config_flow_start domain="input_number" title="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.