-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Documentation for Epson projector support in HA #5005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
host: 192.168.0.123 | ||
``` | ||
|
||
Configuration variables: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the configuration tags, for more information please see:
https://home-assistant.io/developers/documentation/create_page/#configuration
logo: epson.png | ||
ha_category: Media Player | ||
featured: true | ||
ha_release: "0.66" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feature won't make it into 0.66 since it has been frozen already.
Maybe update it to 0.67?
ha_release: "0.66" | ||
ha_iot_class: "Local Push" | ||
--- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One newline to many
Thank you @pszafer for this PR! I've reviewed it and left you some comments. |
@frenck thanks for help! |
@pszafer Yes, you can define a The reason this build is failing is because there is a |
- set/get color mode | ||
- increase/decrease volume via HDMI CEC | ||
- mute/unmute volume and video input | ||
- send next/previous track via HDMI CEC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there are projectors with internal media players or speakers the command may apply to the projector itself. Thus I would remove "via HDMI CEC".
Supported devices: | ||
- Epson EH-TW5350 | ||
|
||
To make this module work you need to connect your projector to WiFi. The best is to use iProjection app by Epson to test if it is working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The component should also work via LAN. Thus, I suggest to replace WiFi by local network.
Approved 🏅 Can be merged as soon as the parent PR gets merged. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
footer: true | ||
logo: epson.png | ||
ha_category: Media Player | ||
ha_release: 0.68 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.72
logo: epson.png | ||
ha_category: Media Player | ||
ha_release: 0.68 | ||
ha_iot_class: "Local Push" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Local Polling
description: The HTTP port number. Defaults to 80. | ||
required: false | ||
type: int | ||
name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can add a key for all the optional items named default
that has the default value for the item as value.
port:
...
default: 80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Description:
Pull request in home-assistant (if applicable): home-assistant/core#14841
Checklist:
current
. New documentation for platforms/components and features should go tonext
.