🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-12 21:51:35 +01:00
parent 7cea814964
commit 62405a554d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
7 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
--- ---
repository: repository:
description: "AirSonos - Community Home Assistant Add-ons" description: "AirSonos - Home Assistant Community Add-ons"
homepage: https://addons.community homepage: https://addons.community
topics: airsonos, airplay, sonos, unpnp, addon, addons, home-assistant, homeassistant topics: airsonos, airplay, sonos, unpnp, addon, addons, home-assistant, homeassistant
private: false private: false

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-on: AirSonos # Home Assistant Community Add-on: AirSonos
[![GitHub Release][releases-shield]][releases] [![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield] ![Project Stage][project-stage-shield]
@ -219,7 +219,7 @@ Got questions?
You have several options to get them answered: You have several options to get them answered:
- The [Community Home Assistant Add-ons Discord chat server][discord] for add-on - The [Home Assistant Community Add-ons Discord chat server][discord] for add-on
support and feature requests. support and feature requests.
- The [Home Assistant Discord chat server][discord-ha] for general Home - The [Home Assistant Discord chat server][discord-ha] for general Home
Assistant discussions and questions. Assistant discussions and questions.

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-on: AirSonos # Home Assistant Community Add-on: AirSonos
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]

View file

@ -45,4 +45,4 @@ LABEL \
org.label-schema.usage="https://github.com/hassio-addons/addon-airsonos/tree/master/README.md" \ 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-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-airsonos" \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-airsonos" \
org.label-schema.vendor="Community Home Assistant Add-ons" org.label-schema.vendor="Home Assistant Community Add-ons"

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# ============================================================================== # ==============================================================================
# Community Home Assistant Add-on: AirSonos # Home Assistant Community Add-on: AirSonos
# Checks latency settings before starting the AirSonos server # Checks latency settings before starting the AirSonos server
# ============================================================================== # ==============================================================================
declare latency declare latency

View file

@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0 #!/usr/bin/execlineb -S0
# ============================================================================== # ==============================================================================
# Community Home Assistant Add-on: AirSonos # Home Assistant Community Add-on: AirSonos
# Take down the S6 supervision tree when the AirSonos server fails # Take down the S6 supervision tree when the AirSonos server fails
# ============================================================================== # ==============================================================================
if -n { s6-test $# -ne 0 } if -n { s6-test $# -ne 0 }

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# ============================================================================== # ==============================================================================
# Community Home Assistant Add-on: AirSonos # Home Assistant Community Add-on: AirSonos
# Runs the AirSonos server # Runs the AirSonos server
# ============================================================================== # ==============================================================================
declare -a options declare -a options