📚Prep for re-branding

This commit is contained in:
Paul Sinclair 2020-02-08 18:34:22 -05:00
parent d97e9e850b
commit 7dfd4d97e7
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D
7 changed files with 17 additions and 17 deletions

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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"

View file

@ -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'

View file

@ -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 }

View file

@ -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