diff --git a/.github/settings.yml b/.github/settings.yml index 7840418..9f28c22 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,6 +1,6 @@ --- repository: - description: "Bashio - Community Home Assistant Add-ons" + description: "Bashio - Home Assistant Community Add-ons" homepage: https://addons.community topics: bash, bash-library, addons, home-assistant, homeassistant private: false diff --git a/README.md b/README.md index 470060a..8001981 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio [![GitHub Release][releases-shield]][releases] ![Project Stage][project-stage-shield] @@ -34,15 +34,15 @@ instead of other things. ## Installation -The library is installed in the Community Home Assistant Add-ons base images and +The library is installed in the Home Assistant Community Add-ons base images and the official Home Assistant base images. Currently available base images: -- [Community Home Assistant Add-ons Alpine Base Image][base-alpine] -- [Community Home Assistant Add-ons Alpine Python Base Image][base-alpine-python] -- [Community Home Assistant Add-ons Debian Base Image][base-debian] -- [Community Home Assistant Add-ons Ubuntu Base Image][base-ubuntu] +- [Home Assistant Community Add-ons Alpine Base Image][base-alpine] +- [Home Assistant Community Add-ons Alpine Python Base Image][base-alpine-python] +- [Home Assistant Community Add-ons Debian Base Image][base-debian] +- [Home Assistant Community Add-ons Ubuntu Base Image][base-ubuntu] - [Official Home Assistant Alpine Docker Base Image][home-assistant-base] - [Official Home Assistant Alpine Python Docker Base Image][home-assistant-base] - [Official Home Assistant Debian Docker Base Image][home-assistant-base] @@ -95,7 +95,7 @@ available in the [`lib`](lib) folder. Each module has its own file, and each function has been documented inside the code base. Further more, Bashio is used by the -[Community Home Assistant Add-ons project][repository], those add-ons will be +[Home Assistant Community Add-ons project][repository], those add-ons will be a great resource of practical examples. ## Known issues and limitations @@ -122,7 +122,7 @@ Got questions? 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. - You could also [open an issue here][issue] GitHub. diff --git a/lib/addons.sh b/lib/addons.sh index b3296d8..af00c70 100644 --- a/lib/addons.sh +++ b/lib/addons.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/api.sh b/lib/api.sh index 979d2aa..3232d1f 100644 --- a/lib/api.sh +++ b/lib/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/bashio b/lib/bashio index bf73c9d..f433afb 100755 --- a/lib/bashio +++ b/lib/bashio @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/bashio.sh b/lib/bashio.sh index 564a75c..352fc7e 100644 --- a/lib/bashio.sh +++ b/lib/bashio.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/cache.sh b/lib/cache.sh index f05f976..d2d04eb 100644 --- a/lib/cache.sh +++ b/lib/cache.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/color.sh b/lib/color.sh index d8508a3..5f2ece6 100644 --- a/lib/color.sh +++ b/lib/color.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/config.sh b/lib/config.sh index 9e0dd00..70b7563 100644 --- a/lib/config.sh +++ b/lib/config.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/const.sh b/lib/const.sh index 4dbcba2..336c9b7 100644 --- a/lib/const.sh +++ b/lib/const.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/core.sh b/lib/core.sh index f9b94d0..92b24d0 100644 --- a/lib/core.sh +++ b/lib/core.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/debug.sh b/lib/debug.sh index f758248..d6b1978 100644 --- a/lib/debug.sh +++ b/lib/debug.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/discovery.sh b/lib/discovery.sh index 4bf2a6e..f65c0d1 100644 --- a/lib/discovery.sh +++ b/lib/discovery.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/dns.sh b/lib/dns.sh index b7d17e8..d64862d 100644 --- a/lib/dns.sh +++ b/lib/dns.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/exit.sh b/lib/exit.sh index a15ce27..b2fd30b 100644 --- a/lib/exit.sh +++ b/lib/exit.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/fs.sh b/lib/fs.sh index 05ca01f..6833ea2 100644 --- a/lib/fs.sh +++ b/lib/fs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/hardware.sh b/lib/hardware.sh index a229f76..3ed912f 100644 --- a/lib/hardware.sh +++ b/lib/hardware.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/host.sh b/lib/host.sh index 568ff31..b8925d4 100644 --- a/lib/host.sh +++ b/lib/host.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/info.sh b/lib/info.sh index 44cabcf..a878057 100644 --- a/lib/info.sh +++ b/lib/info.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/jq.sh b/lib/jq.sh index 7244138..fe727b5 100644 --- a/lib/jq.sh +++ b/lib/jq.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/log.sh b/lib/log.sh index 064a991..5d313b8 100644 --- a/lib/log.sh +++ b/lib/log.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/net.sh b/lib/net.sh index aa1d9bd..4e5730b 100644 --- a/lib/net.sh +++ b/lib/net.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/os.sh b/lib/os.sh index 6400bcf..580c1ca 100644 --- a/lib/os.sh +++ b/lib/os.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/pwned.sh b/lib/pwned.sh index 3e195c0..342217f 100644 --- a/lib/pwned.sh +++ b/lib/pwned.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/repositories.sh b/lib/repositories.sh index 0ee8ca5..023f7f9 100644 --- a/lib/repositories.sh +++ b/lib/repositories.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/services.sh b/lib/services.sh index 6395cd4..338168f 100644 --- a/lib/services.sh +++ b/lib/services.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/string.sh b/lib/string.sh index d1c0b3c..4ce0a2c 100644 --- a/lib/string.sh +++ b/lib/string.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/supervisor.sh b/lib/supervisor.sh index eb1ae5f..3447829 100644 --- a/lib/supervisor.sh +++ b/lib/supervisor.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used diff --git a/lib/var.sh b/lib/var.sh index 70a8f4a..91b71ee 100644 --- a/lib/var.sh +++ b/lib/var.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # ============================================================================== -# Community Home Assistant Add-ons: Bashio +# Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. # # It contains a set of commonly used operations and can be used