Skip to content

Commit 5cbaf8f

Browse files
pszaferMartinHjelmare
authored andcommitted
Documentation for Epson projector support in HA (home-assistant#5005)
* Added Epson logo * epson projector documentation * config section fixed * removed feature key from header * fixed missing : * added info about supported device * changes according to @dthulke review * 🚀 Trigger rebuild * ⬆️ ha_release -> 0.68 * update according to Epson module code and reviews
1 parent 7560aa7 commit 5cbaf8f

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
layout: page
3+
title: "Epson"
4+
description: "Instructions on how to integrate Epson projector into Home Assistant."
5+
date: 2018-06-13 15:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: epson.png
11+
ha_category: Media Player
12+
ha_release: 0.72
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
The `epson` platform allows you to control a Epson projector from Home Assistant.
17+
18+
To add Epson to your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
media_player:
23+
- platform: epson
24+
host: 192.168.0.123
25+
```
26+
27+
{% configuration %}
28+
host:
29+
description: The host name or address of the Epson projector
30+
required: true
31+
type: string
32+
port:
33+
description: The HTTP port number.
34+
required: false
35+
type: int
36+
default: 80
37+
name:
38+
description: The name of the device used in the frontend.
39+
required: false
40+
type: string
41+
default: 'EPSON Projector'
42+
ssl:
43+
description: Enable SSL. **Feature not tested.**
44+
required: false
45+
type: bool
46+
default: false
47+
{% endconfiguration %}
48+
49+
Supported features of Epson projector:
50+
- turn on/off
51+
- set input
52+
- set/get color mode
53+
- increase/decrease volume
54+
- mute/unmute audio
55+
- send next/previous track
56+
57+
Supported devices:
58+
- Epson projectors supporting ESC/VP21 protocol.
59+
60+
Tested devices:
61+
- Epson EH-TW5350
62+
63+
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.
151 KB
Loading

0 commit comments

Comments
 (0)