Skip to content

Commit

Permalink
more documentation mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizmo2 committed Feb 17, 2022
1 parent fc23216 commit d453e6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion custom_components/zidoo/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ search:
text:
search_type:
name: Search Type
description: Set the media type ('video','movie','tvshow','music','artist','album')
description: Override the media type ('video','movie','tvshow','music','artist','album')
example: "tvshow"
selector:
text:
3 changes: 1 addition & 2 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This is a custom component to allow control of [Zidoo Media Player](https://www.

**This is a Beta version!**. Feedback and PRs welcome.

_**NOTE: Release 1.2.5 fixes a version download issues with HACS.** If you have a previous version installed with HACS, you need to delete any existing Integrations from the Configuration/Integration page, then it must be removed from the HACS/integration page and then re-downloaded. See [Add / Remove HACS Integration](add_remove.md)_

## Features

- Control Zidoo devices as media players through HA
Expand All @@ -20,3 +18,4 @@ _**NOTE: Release 1.2.5 fixes a version download issues with HACS.** If you have
## Useful links

- [Repository](https://github.com/wizmo2/zidoo-player)

8 changes: 4 additions & 4 deletions services.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

### Search

The Search Media service can be used in conjunction with the SEARCH shortcut to display filtered results in the Media Browser based on a keyword.
The Search Media service can be used in conjunction with the HA Media Browser to display filtered results.

* Set the query_string keyword search string for a Zidoo-Player entity using a Service call.
* Navigate to the Media Browser SEARCH shortcut to display the results. (enable the SEARCH shortcut in the Integration configuration card to access).
* Set the keyword search (and optionally the media type override) string for a Zidoo-Player entity using a Service call.
* Navigate to `/media-browser/media_player.zidoo_z9s/video,*` to display the results.

The url `http://<ip_address>:<port>/media-browser/media_player.zidoo_z9s/video,*<keyword>` can be used to display results of the search directly.

NOTE: this is essentially a development project for when a search function is incoperated into the Media Browser standard functions although it is possible to use the current lovalace version with a combination of helpers, scripts, and button control actions (or [browser-mod navigate](https://github.com/thomasloven/hass-browser_mod)).
_NOTE: this feature is essentially a development project for when a search function is incorperated into the Media Browser standard functions, although it is possible to use the current lovelace version with a combination of helpers, scripts, and button control actions (or [browser-mod navigate](https://github.com/thomasloven/hass-browser_mod))._

Lovelace card example:
```
Expand Down

0 comments on commit d453e6e

Please sign in to comment.