mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-14 06:58:58 +00:00
15 lines
981 B
Markdown
15 lines
981 B
Markdown
|
|
|
|
If you want to define a specific interval at which your device is being polled for data, you can disable the default polling interval and create your own polling service.
|
|
|
|
1. Go to {% my integrations title="**Settings** > **Devices & Services**" %}, and select your integration.
|
|
2. On the integration entry, select the three dots.
|
|
- Then, select **System options** and toggle the button to disable polling.
|
|

|
|
3. To define your custom polling interval, create an 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).
|
|

|
|
4. Save your new automation to poll for data.
|