mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +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
|
||||
---
|
||||
|
||||
The `epson` platform allows you to control a Epson projector from Home
|
||||
Assistant.
|
||||
The `epson` platform allows you to control a Epson projector from Home Assistant.
|
||||
|
||||
To add Epson to your installation,
|
||||
add the following to your `configuration.yaml` file:
|
||||
To add Epson to your installation go to Integration page and add Epson Projector or configure via `configuration.yaml`.
|
||||
|
||||
### Configuration
|
||||
|
||||
Add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
@ -36,14 +38,10 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
default: 'EPSON Projector'
|
||||
ssl:
|
||||
description: "Enable SSL. **Feature not tested.**"
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
{% endconfiguration %}
|
||||
|
||||
Supported features of Epson projector:
|
||||
### Supported features
|
||||
|
||||
- turn on/off
|
||||
- set input
|
||||
- set/get color mode
|
||||
@ -51,10 +49,12 @@ Supported features of Epson projector:
|
||||
- mute/unmute audio
|
||||
- send next/previous track
|
||||
|
||||
Supported devices:
|
||||
### Supported devices
|
||||
|
||||
- Epson projectors supporting ESC/VP21 protocol.
|
||||
|
||||
Tested devices:
|
||||
### Tested devices
|
||||
|
||||
- Epson EH-TW5350
|
||||
- Epson EH-TW7000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user