mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add remote platform docs for Kaliedescape integration (#21995)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
01810f48b8
commit
9a8abb71ae
@ -3,6 +3,7 @@ title: Kaleidescape
|
||||
description: Instructions on how to integrate Kaleidescape into Home Assistant.
|
||||
ha_category:
|
||||
- Media Player
|
||||
- Remote
|
||||
- Sensor
|
||||
ha_release: '2022.4'
|
||||
ha_iot_class: Local Push
|
||||
@ -13,10 +14,11 @@ ha_codeowners:
|
||||
ha_domain: kaleidescape
|
||||
ha_platforms:
|
||||
- media_player
|
||||
- remote
|
||||
- sensor
|
||||
---
|
||||
|
||||
The Kaleidescape integration allows for the automation of Kaleidescape movie players.
|
||||
The Kaleidescape integration allows for the automation of [Kaleidescape](https://www.kaleidescape.com/) movie players.
|
||||
|
||||
Ideas for automation include:
|
||||
|
||||
@ -35,6 +37,33 @@ This integration is intended for the automation of Kaleidescape players with a m
|
||||
|
||||
The Kaleidescape media player platform will create a Media Player entity for the device. This entity will display the currently playing media and playback controls.
|
||||
|
||||
## Remote
|
||||
|
||||
The Kaleidescape remote platform will create a Remote entity for the device. This entity allows you to send the following commands via the `remote.send_command` service.
|
||||
|
||||
- select
|
||||
- up
|
||||
- down
|
||||
- left
|
||||
- right
|
||||
- cancel
|
||||
- replay
|
||||
- scan_forward
|
||||
- scan_reverse
|
||||
- go_movie_covers
|
||||
- menu_toggle
|
||||
|
||||
A typical service call might look like the example below, which sends a command to the device to `select` the currently highlighted item.
|
||||
|
||||
```yaml
|
||||
service: remote.send_command
|
||||
target:
|
||||
entity_id: remote.kaleidescape_theater
|
||||
data:
|
||||
command:
|
||||
- select
|
||||
```
|
||||
|
||||
## Sensor
|
||||
|
||||
The Kaleidescape sensor platform will create multiple Sensor entities for the device. The follow sensors are provided:
|
||||
|
Loading…
x
Reference in New Issue
Block a user