developers.home-assistant/docs/core/entity/remote.md

20 lines
396 B
Markdown

---
title: Remote Entity
sidebar_label: Remote
---
:::info Incomplete
This entry is incomplete. Contribution welcome.
:::
## Properties
:::tip
Properties should always only return information from memory and not do I/O (like network requests). Implement `update()` or `async_update()` to fetch data.
:::
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
## Methods