mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Add config entry option to Epson integration (#14407)
This commit is contained in:
parent
4f9b70c010
commit
c12b059b52
@ -8,11 +8,13 @@ ha_iot_class: Local Polling
|
|||||||
ha_domain: epson
|
ha_domain: epson
|
||||||
---
|
---
|
||||||
|
|
||||||
The `epson` platform allows you to control a Epson projector from Home
|
The `epson` platform allows you to control a Epson projector from Home Assistant.
|
||||||
Assistant.
|
|
||||||
|
|
||||||
To add Epson to your installation,
|
To add Epson to your installation go to Integration page and add Epson Projector or configure via `configuration.yaml`.
|
||||||
add the following to your `configuration.yaml` file:
|
|
||||||
|
### Configuration
|
||||||
|
|
||||||
|
Add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -36,14 +38,10 @@ name:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: 'EPSON Projector'
|
default: 'EPSON Projector'
|
||||||
ssl:
|
|
||||||
description: "Enable SSL. **Feature not tested.**"
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
Supported features of Epson projector:
|
### Supported features
|
||||||
|
|
||||||
- turn on/off
|
- turn on/off
|
||||||
- set input
|
- set input
|
||||||
- set/get color mode
|
- set/get color mode
|
||||||
@ -51,10 +49,12 @@ Supported features of Epson projector:
|
|||||||
- mute/unmute audio
|
- mute/unmute audio
|
||||||
- send next/previous track
|
- send next/previous track
|
||||||
|
|
||||||
Supported devices:
|
### Supported devices
|
||||||
|
|
||||||
- Epson projectors supporting ESC/VP21 protocol.
|
- Epson projectors supporting ESC/VP21 protocol.
|
||||||
|
|
||||||
Tested devices:
|
### Tested devices
|
||||||
|
|
||||||
- Epson EH-TW5350
|
- Epson EH-TW5350
|
||||||
- Epson EH-TW7000
|
- Epson EH-TW7000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user