diff --git a/docs/core/entity.md b/docs/core/entity.md index 7d7cd406..cc05c9a1 100644 --- a/docs/core/entity.md +++ b/docs/core/entity.md @@ -68,7 +68,7 @@ Properties should always only return information from memory and not do I/O (lik | extra_state_attributes | dict | `None` | Extra information to store in the state machine. It needs to be information that further explains the state, it should not be static information like firmware version. | | entity_picture | URL | `None` | Url of a picture to show for the entity. | | name | string | `None` | Name of the entity | -| should_poll | boolean | `True` | Should Home Assistant check with the entity for an updated state. If set to `False`, entity will need to notify Home Assistant of new updates by calling one of the [schedule update methods](#methods). | +| should_poll | boolean | `True` | Should Home Assistant check with the entity for an updated state. If set to `False`, entity will need to notify Home Assistant of new updates by calling one of the [schedule update methods](integration_fetching_data.md#push-vs-poll). | | unique_id | string | `None` | A unique identifier for this entity. Needs to be unique within a platform (ie `light.hue`). Should not be configurable by the user or be changeable. [Learn more.](entity_registry_index.md#unique-id-requirements) | ## Advanced properties