mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-05 03:31:24 +00:00
🔨 Minor cleanup changes
This commit is contained in:
parent
b1541cad1b
commit
3c4ff21a13
4 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
[![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]
|
![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.
|
comparison to installing any other Hass.io add-on.
|
||||||
|
|
||||||
**NOTE:** Before you install this add-on you need to install the
|
**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
|
[Cast.bundle][cast-bundle] Plug-in on your Plex server, to get started with
|
||||||
documentation [here.][cast-bundle-wiki]
|
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. [Add our Hass.io add-ons repository][repository] to your Hass.io instance.
|
||||||
1. Install the "Phlex" add-on.
|
1. Install the "Phlex" add-on.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||||
|
|
||||||
A super-sexy voice interface for Plex.
|
A super-sexy text and voice interface for Plex.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
|
@ -49,12 +49,12 @@ ARG BUILD_VERSION
|
||||||
# Labels
|
# Labels
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.name="Phlex" \
|
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.arch="${BUILD_ARCH}" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.version=${BUILD_VERSION} \
|
io.hass.version=${BUILD_VERSION} \
|
||||||
maintainer="Joakim Sørensen @ludeeus <ludeeus@gmail.com>" \
|
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.build-date=${BUILD_DATE} \
|
||||||
org.label-schema.name="Phlex" \
|
org.label-schema.name="Phlex" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Phlex",
|
"name": "Phlex",
|
||||||
"version": "dev",
|
"version": "dev",
|
||||||
"slug": "phlex",
|
"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",
|
"url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:1778]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:1778]",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue