mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-21 18:36:48 +00:00
1.4 KiB
1.4 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_codeowners, ha_config_flow
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_codeowners | ha_config_flow | ||
---|---|---|---|---|---|---|---|---|---|
Epson | Instructions on how to integrate Epson projector into Home Assistant. |
|
0.72 | Local Polling | epson |
|
true |
The epson
platform allows you to control a Epson projector from Home Assistant.
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:
# Example configuration.yaml entry
media_player:
- platform: epson
host: 192.168.0.123
{% configuration %} host: description: The host name or address of the Epson projector required: true type: string port: description: The HTTP port number. required: false type: integer default: 80 name: description: The name of the device used in the frontend. required: false type: string default: 'EPSON Projector' {% endconfiguration %}
Supported features
- turn on/off
- set input
- set/get color mode
- increase/decrease volume
- mute/unmute audio
- send next/previous track
Supported devices
- Epson projectors supporting ESC/VP21 protocol.
Tested devices
- Epson EH-TW5350
- Epson EH-TW7000
To make this module work you need to connect your projector to your LAN. The best is to use iProjection app by Epson to test if it is working.