From 7dfd4d97e72527f9f5ebbe23c504c11cc3d5f96c Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sat, 8 Feb 2020 18:34:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9APrep=20for=20re-branding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/settings.yml | 4 ++-- README.md | 14 +++++++------- chrony/.README.j2 | 8 ++++---- chrony/Dockerfile | 2 +- chrony/rootfs/etc/cont-init.d/chrony.sh | 2 +- chrony/rootfs/etc/services.d/chronyd/finish | 2 +- chrony/rootfs/etc/services.d/chronyd/run | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 6b5c4ac..e321cf1 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,8 +1,8 @@ --- repository: - description: "chrony - Community Hass.io Add-on for Home Assistant" + description: "chrony - Community Home Assistant Add-on" homepage: https://addons.community - topics: ntp, chrony, hassio-addons, hassio, hass, home-assistant, homeassistant + topics: ntp, chrony, addons, home-assistant, homeassistant private: false has_issues: true has_projects: false diff --git a/README.md b/README.md index 91b34b9..44e0e59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: chrony +# Community Home Assistant Add-ons: chrony [![GitHub Release][releases-shield]][releases] ![Project Stage][project-stage-shield] @@ -29,9 +29,9 @@ The addon can also be used to set the system clock. ## 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 "chrony" add-on in the Hass.io add-on store and install it. +1. Search for the "chrony" add-on in the add-on store and install it. 1. Start the "chrony" add-on 1. Check the logs of the "chrony" add-on to see if everything went well. @@ -119,7 +119,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. @@ -145,11 +145,11 @@ The original setup of this repository is by [Paul Sinclair][sinclairpaul]. 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/chrony/.README.j2 b/chrony/.README.j2 index f75c00f..c757573 100644 --- a/chrony/.README.j2 +++ b/chrony/.README.j2 @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: chrony +# Community Home Assistant Add-ons: chrony [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -18,8 +18,8 @@ time on devices with controlled internet access (such as cameras). {% 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 +build add-ons are based upon the latest development version. - They may not work at all. - They might stop working at any time. @@ -39,7 +39,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-on 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/chrony/Dockerfile b/chrony/Dockerfile index 453bf73..d3f6c97 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -36,4 +36,4 @@ LABEL \ org.label-schema.usage="https://github.com/hassio-addons/addon-chrony/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-chrony" \ - org.label-schema.vendor="Community Hass.io Addons" + org.label-schema.vendor="Community Home Assistant Addons" diff --git a/chrony/rootfs/etc/cont-init.d/chrony.sh b/chrony/rootfs/etc/cont-init.d/chrony.sh index 27ef912..fac2f6b 100644 --- a/chrony/rootfs/etc/cont-init.d/chrony.sh +++ b/chrony/rootfs/etc/cont-init.d/chrony.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: chrony +# Community Home Assistant Add-ons: chrony # Configures chrony # ============================================================================== readonly CHRONY_CONF='/etc/chrony/chrony.conf' diff --git a/chrony/rootfs/etc/services.d/chronyd/finish b/chrony/rootfs/etc/services.d/chronyd/finish index 5178b31..8f19577 100644 --- a/chrony/rootfs/etc/services.d/chronyd/finish +++ b/chrony/rootfs/etc/services.d/chronyd/finish @@ -1,6 +1,6 @@ #!/usr/bin/execlineb -S0 # ============================================================================== -# Community Hass.io Add-ons: chrony +# Community Home Assistant Add-ons: chrony # Take down the S6 supervision tree when chrony fails # ============================================================================== if -n { s6-test $# -ne 0 } diff --git a/chrony/rootfs/etc/services.d/chronyd/run b/chrony/rootfs/etc/services.d/chronyd/run index bafd004..71b3a41 100644 --- a/chrony/rootfs/etc/services.d/chronyd/run +++ b/chrony/rootfs/etc/services.d/chronyd/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: chrony +# Community Home Assistant Add-ons: chrony # Runs chrony daemon # ============================================================================== declare -a options