Add remote entity representation description (#1965)

This commit is contained in:
Martin Hjelmare 2023-11-02 04:26:23 +01:00 committed by GitHub
parent 06cbb9a23b
commit 8bd2492245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,11 @@ title: Remote Entity
sidebar_label: Remote sidebar_label: Remote
--- ---
The remote entity can represent two different types of devices:
1. A physical device that sends commands.
2. A virtual device in Home Assistant that sends commands to another physical device, eg a television.
Derive entity platforms from [`homeassistant.components.remote.RemoteEntity`](https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/remote/__init__.py) Derive entity platforms from [`homeassistant.components.remote.RemoteEntity`](https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/remote/__init__.py)
## Properties ## Properties