diff --git a/.github/settings.yml b/.github/settings.yml index a667728..dc5d3e7 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,8 +1,8 @@ --- repository: - description: "AirSonos - Community Hass.io Add-on for Home Assistant" + description: "AirSonos - Community Home Assistant Add-ons" homepage: https://addons.community - topics: airsonos, airplay, sonos, unpnp, hassio-addons, hassio, hass, home-assistant, homeassistant + topics: airsonos, airplay, sonos, unpnp, addon, addons, home-assistant, homeassistant private: false has_issues: true has_projects: false diff --git a/README.md b/README.md index cd52519..e9ea5e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: AirSonos +# Community Home Assistant Add-on: AirSonos [![GitHub Release][releases-shield]][releases] ![Project Stage][project-stage-shield] @@ -39,9 +39,9 @@ Since Sonos uses UPnP, the add-on might also work for other UPnP players ## Installation 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 Home Assistant add-on. -1. Search for the “AirSonos” add-on in the Hass.io add-on store +1. Search for the “AirSonos” add-on in the Supervisor add-on store and install it. 1. Start the "AirSonos" add-on 1. Check the logs of the "AirSonos" add-on to see if everything went well. @@ -219,7 +219,7 @@ Got questions? You have several options to get them answered: -- The [Community Hass.io Add-ons Discord chat server][discord] for add-on +- The [Community Home Assistant Add-ons Discord chat server][discord] for add-on support and feature requests. - The [Home Assistant Discord chat server][discord-ha] for general Home Assistant discussions and questions. @@ -245,11 +245,11 @@ The original setup of this repository is by [Franck Nijhof][frenck]. For a full list of all authors and contributors, check [the contributor's page][contributors]. -## We have got some Hass.io add-ons for you +## We have got some Home Assistant add-ons for you -Want some more functionality to your Hass.io Home Assistant instance? +Want some more functionality to your Home Assistant instance? -We have created multiple add-ons for Hass.io. For a full list, check out +We have created multiple add-ons for Home Assistant. For a full list, check out our [GitHub Repository][repository]. ## License diff --git a/airsonos/.README.j2 b/airsonos/.README.j2 index e7ef1e0..88d8a23 100644 --- a/airsonos/.README.j2 +++ b/airsonos/.README.j2 @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: AirSonos +# Community Home Assistant Add-on: AirSonos [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -28,8 +28,8 @@ Since Sonos uses UPnP, the add-on might also work for other UPnP players {% if channel == "edge" %} ## WARNING! THIS IS AN EDGE VERSION! -This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds -add-ons are based upon the latest development version. +This Home Assistant Add-ons repository contains edge builds of add-ons. +Edge builds add-ons are based upon the latest development version. - They may not work at all. - They might stop working at any time. @@ -49,7 +49,7 @@ If you are more interested in stable releases of our add-ons: {% if channel == "beta" %} ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. diff --git a/airsonos/Dockerfile b/airsonos/Dockerfile index f03939f..8f02d8e 100755 --- a/airsonos/Dockerfile +++ b/airsonos/Dockerfile @@ -45,4 +45,4 @@ LABEL \ org.label-schema.usage="https://github.com/hassio-addons/addon-airsonos/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-airsonos" \ - org.label-schema.vendor="Community Hass.io Add-ons" + org.label-schema.vendor="Community Home Assistant Add-ons" diff --git a/airsonos/rootfs/etc/cont-init.d/airsonos.sh b/airsonos/rootfs/etc/cont-init.d/airsonos.sh index 2f3a996..d53f97e 100644 --- a/airsonos/rootfs/etc/cont-init.d/airsonos.sh +++ b/airsonos/rootfs/etc/cont-init.d/airsonos.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: AirSonos +# Community Home Assistant Add-on: AirSonos # Checks latency settings before starting the AirSonos server # ============================================================================== declare latency diff --git a/airsonos/rootfs/etc/services.d/airsonos/finish b/airsonos/rootfs/etc/services.d/airsonos/finish index d913214..9ace8f1 100644 --- a/airsonos/rootfs/etc/services.d/airsonos/finish +++ b/airsonos/rootfs/etc/services.d/airsonos/finish @@ -1,9 +1,9 @@ #!/usr/bin/execlineb -S0 # ============================================================================== -# Community Hass.io Add-ons: AirSonos +# Community Home Assistant Add-on: AirSonos # Take down the S6 supervision tree when the AirSonos server fails # ============================================================================== if -n { s6-test $# -ne 0 } if -n { s6-test ${1} -eq 256 } -s6-svscanctl -t /var/run/s6/services \ No newline at end of file +s6-svscanctl -t /var/run/s6/services diff --git a/airsonos/rootfs/etc/services.d/airsonos/run b/airsonos/rootfs/etc/services.d/airsonos/run index b1b94ea..759756b 100644 --- a/airsonos/rootfs/etc/services.d/airsonos/run +++ b/airsonos/rootfs/etc/services.d/airsonos/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: AirSonos +# Community Home Assistant Add-on: AirSonos # Runs the AirSonos server # ============================================================================== declare -a options