diff --git a/README.md b/README.md index 29390bd..a0194be 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/phlex/.README.j2 b/phlex/.README.j2 index 1efad9f..b1274d1 100644 --- a/phlex/.README.j2 +++ b/phlex/.README.j2 @@ -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 diff --git a/phlex/Dockerfile b/phlex/Dockerfile index 3a93ff2..c223f6c 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -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 " \ - 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" \ diff --git a/phlex/config.json b/phlex/config.json index b82feee..509fc50 100644 --- a/phlex/config.json +++ b/phlex/config.json @@ -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",