diff --git a/source/_includes/common-tasks/define_custom_polling.md b/source/_includes/common-tasks/define_custom_polling.md index 819b21f5fac..5b2a8a78d35 100644 --- a/source/_includes/common-tasks/define_custom_polling.md +++ b/source/_includes/common-tasks/define_custom_polling.md @@ -4,13 +4,14 @@ If you want to define a specific interval at which your device is being polled f To add the automation: -1. Go to {% my integrations title="**Settings** > **Devices & Services**" %}, and select your integration. +1. Go to {% my integrations title="**Settings** > **Devices & services**" %}, and select your integration. 2. On the integration entry, select the {% icon "mdi:dots-vertical" %}. - Then, select **System options** and toggle the button to disable polling. ![Disable polling for updates](/images/screenshots/custom_polling_01.png) 3. To define your custom polling interval, create an automation. - - Go to {% my automations title="**Settings** > **Automations & Scenes**" %} and create a new automation. + - Go to {% my automations title="**Settings** > **Automations & scenes**" %} and create a new automation. - Define any trigger and condition you like. - - Under action, select **Call service** and use the [`homeassistant.update_entity` service](/integrations/homeassistant/#service-homeassistantupdate_entity). + - Select **Add action**, then, select **Other actions**. + - Select **Perform action**, and from the list, select the [`homeassistant.update_entity` action](/integrations/homeassistant/#service-homeassistantupdate_entity). ![Update entity](/images/screenshots/custom_polling_02.png) 4. Save your new automation to poll for data. diff --git a/source/images/screenshots/custom_polling_02.png b/source/images/screenshots/custom_polling_02.png index d3c7363cd83..4f2fca8fe66 100644 Binary files a/source/images/screenshots/custom_polling_02.png and b/source/images/screenshots/custom_polling_02.png differ