mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 22:07:35 +00:00
1.1 KiB
1.1 KiB
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 automation.
To add the automation:
- Go to {% my integrations title="Settings > Devices & services" %}, and select your integration.
- On the integration entry, select the {% icon "mdi:dots-vertical" %}.
- 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.
- Select Add action, then, select Other actions.
- Select Perform action, and from the list, select the
homeassistant.update_entity
action.
- Save your new automation to poll for data.