Skip to content

Commit

Permalink
Replace Hass.io with Home Assistant (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Aug 22, 2020
1 parent 60171af commit 3f7c6d9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

[![Support Frenck on Patreon][patreon-shield]][patreon]

Example add-on by Community Hass.io add-ons.
Example add-on by Community Home Assistant add-ons.

## About

This is an example add-on for Hass.io. When started, it displays a
This is an example add-on for Home Assistant. When started, it displays a
random quote every 5 seconds.

It shows off several features and structures like:
Expand All @@ -35,8 +35,8 @@ It shows off several features and structures like:
- The use of the `config.json` and `build.json` files.
- General shell scripting structure (`run.sh`).
- Quality assurance using CodeClimate.
- Continuous integration and deployment using CircleCI.
- Usage of the Community Hass.io Add-ons build environment.
- Continuous integration and deployment using GitLab.
- Usage of the Community Home Assistant Add-ons build environment.
- Small use of the Bash function library in our base images.
- The use of Docker label schema.

Expand Down
8 changes: 4 additions & 4 deletions example/.README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

[![Support Frenck on Patreon][patreon-shield]][patreon]

Example add-on by Community Hass.io add-ons.
Example add-on by Community Home Assistant add-ons.

## About

This is an example add-on for Hass.io. When started, it displays a
This is an example add-on for Home Assistant. When started, it displays a
random quote every 5 seconds.

It shows off several features and structures like:
Expand All @@ -22,8 +22,8 @@ It shows off several features and structures like:
- The use of the `config.json` and `build.json` files.
- General shell scripting structure (`run.sh`).
- Quality assurance using CodeClimate.
- Continuous integration and deployment using CircleCI.
- Usage of the Community Hass.io Add-ons build environment.
- Continuous integration and deployment using GitLab.
- Usage of the Community Home Assistant Add-ons build environment.
- Small use of the Bash function library in our base images.
- The use of Docker label schema.

Expand Down
8 changes: 4 additions & 4 deletions example/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Home Assistant Community Add-on: Example

This is an example add-on for Hass.io. When started, it displays a
This is an example add-on for Home Assistant. When started, it displays a
random quote every 5 seconds.

It shows off several features and structures like:
Expand All @@ -10,8 +10,8 @@ It shows off several features and structures like:
- The use of the `config.json` and `build.json` files.
- General shell scripting structure (`run.sh`).
- Quality assurance using CodeClimate.
- Continuous integration and deployment using CircleCI.
- Usage of the Community Hass.io Add-ons build environment.
- Continuous integration and deployment using GitLab.
- Usage of the Community Home Assistant Add-ons build environment.
- Small use of the Bash function library in our base images.
- The use of Docker label schema.

Expand Down Expand Up @@ -40,7 +40,7 @@ seconds_between_quotes: 5
### Option: `log_level`

The `log_level` option controls the level of log output by the addon and can
The `log_level` option controls the level of log output by the add-on and can
be changed to be more or less verbose, which might be useful when you are
dealing with an unknown issue. Possible values are:

Expand Down
2 changes: 1 addition & 1 deletion example/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Example",
"version": "dev",
"slug": "example",
"description": "Example add-on by Community Hass.io Add-ons",
"description": "Example add-on by Community Home Assistant Add-ons",
"url": "https://github.com/hassio-addons/addon-example",
"startup": "application",
"init": false,
Expand Down
2 changes: 1 addition & 1 deletion example/rootfs/usr/bin/example1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ==============================================================================
# Home Assistant Community Add-on: Example
#
# Example add-on for Hass.io.
# Example add-on for Home Assistant.
# This add-on displays a random quote every X seconds.
# ==============================================================================

Expand Down
2 changes: 1 addition & 1 deletion example/rootfs/usr/bin/example2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ==============================================================================
# Home Assistant Community Add-on: Example
#
# Example add-on for Hass.io.
# Example add-on for Home Assistant.
# ------------------------------------------------------------------------------
main() {
bashio::log.trace "${FUNCNAME[0]}"
Expand Down

0 comments on commit 3f7c6d9

Please sign in to comment.