🔨 Minor cleanup changes

This commit is contained in:
ludeeus 2018-09-26 22:45:00 +02:00
parent b1541cad1b
commit 3c4ff21a13
4 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
A super-sexy voice interface for Plex.
A super-sexy text and voice interface for Plex.
![Screenshot][screenshot]
@ -31,8 +31,8 @@ The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Hass.io add-on.
**NOTE:** Before you install this add-on you need to install the
[Cast.bundle][cast-bundle] Plug-in on your Plex server, to do that check the
documentation [here.][cast-bundle-wiki]
[Cast.bundle][cast-bundle] Plug-in on your Plex server, to get started with
that have a look at their documentation [here.][cast-bundle-wiki]
1. [Add our Hass.io add-ons repository][repository] to your Hass.io instance.
1. Install the "Phlex" add-on.

View file

@ -6,7 +6,7 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
A super-sexy voice interface for Plex.
A super-sexy text and voice interface for Plex.
## About

View file

@ -49,12 +49,12 @@ ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="Phlex" \
io.hass.description="A super-sexy voice interface for Plex" \
io.hass.description="A super-sexy text and voice interface for Plex" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="Joakim Sørensen @ludeeus <ludeeus@gmail.com>" \
org.label-schema.description="A super-sexy voice interface for Plex" \
org.label-schema.description="A super-sexy text and voice interface for Plex" \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="Phlex" \
org.label-schema.schema-version="1.0" \

View file

@ -2,7 +2,7 @@
"name": "Phlex",
"version": "dev",
"slug": "phlex",
"description": "A super-sexy voice interface for Plex",
"description": "A super-sexy text and voice interface for Plex",
"url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md",
"webui": "[PROTO:ssl]://[HOST]:[PORT:1778]",
"startup": "services",