mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 16:26:30 +00:00
Add remote entity representation description (#1965)
This commit is contained in:
parent
06cbb9a23b
commit
8bd2492245
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user