8000 Readme updates by peteS-UK · Pull Request #23 · peteS-UK/emotiva · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Readme updates #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact it 8000 s 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

Merged
merged 3 commits into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ A media player entity will be created with a default entity_id of media_player.e

You can control power state, volume, muting, source and sound mode from the media player. You can also use this entity from any card for media player.

### Sensors and Source
A source entity will be created, allowing you to directly select the source from an entity on your dashboard for example.

![image](https://github.com/user-attachments/assets/1e2978da-23f2-4ecc-96d7-2546d676df7e)

6 sensors to display info such as volume, video format, audio format etc. are also created, enabling you to show the type of info you see on the processors from screen.

![image](https://github.com/user-attachments/assets/2a7c6d21-3b9b-4f3d-a966-5458fa0b1e85)


### Remote Entity & Action
The remote entity allows you to control power, but is primarily included so that you can send commands directly to the Emotiva processor using the remote.send_command service.

Expand Down
2 changes: 1 addition & 1 deletion custom_components/emotiva/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"asyncio_datagram",
"asyncping3"
],
"version": "2.1.2"
"version": "2.1.3"
}
0