diff --git a/almond/README.md b/almond/README.md index 89c7519..7890a74 100644 --- a/almond/README.md +++ b/almond/README.md @@ -39,7 +39,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/cec_scan/README.md b/cec_scan/README.md index eb03ce6..0ec885b 100644 --- a/cec_scan/README.md +++ b/cec_scan/README.md @@ -38,7 +38,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/check_config/README.md b/check_config/README.md index 9439463..771352e 100644 --- a/check_config/README.md +++ b/check_config/README.md @@ -65,7 +65,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/check_config/data/run.sh b/check_config/data/run.sh index 7f41a50..0326568 100755 --- a/check_config/data/run.sh +++ b/check_config/data/run.sh @@ -22,7 +22,7 @@ fi INSTALLED_VERSION="$(pip freeze | grep homeassistant)" bashio::log.info "Installed Home Assistant ${INSTALLED_VERSION##*=}" -# Making an temporary copy of your configuration +# Making a temporary copy of your configuration bashio::log.info "Making a copy of your configuration for checking..." cp -fr /config /tmp/config @@ -36,9 +36,9 @@ if ! HASS_OUTPUT="$(hass -c /tmp/config --script check_config)"; then bashio::exit.nok fi -# Scan configuration check output for occurrances of "ERROR" +# Scan configuration check output for occurrences of "ERROR" if echo "${HASS_OUTPUT}" | grep -i ERROR > /dev/null; then - # An "ERROR" occurance has been found, exit with an error + # An "ERROR" occurrence has been found, exit with an error bashio::log.error "Found an error in the log output of the check!" bashio::log.error "See the output below for more details." bashio::log "${HASS_OUTPUT}" diff --git a/configurator/README.md b/configurator/README.md index bfa7efa..012b21d 100644 --- a/configurator/README.md +++ b/configurator/README.md @@ -84,7 +84,7 @@ A list of filenames containing SSH private keys. These can be used to allow for ## Known issues and limitations - This add-on is, by default, configured for use with Hass.io Ingress. If you - wish to access the add-on via a its own port directly, you can simply + wish to access the add-on via its own port directly, you can simply assign a port in the "Network" section of the add-on setting page. ## Support @@ -97,7 +97,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 7d9e1d6..7c86244 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -71,7 +71,7 @@ - Add support for Home Assistant Add-on integration - Add Ingress support -**WARNING:** This version change the network modus to host network that it works with mobile apps from deCONZ. That mean you need remove the old integration and connect it again. 2min after first Startup, the Add-on provide a own Discovery details to Home Assistant. +**WARNING:** This version change the network modus to host network that it works with mobile apps from deCONZ. That mean you need remove the old integration and connect it again. 2min after first Startup, the Add-on provides its own Discovery details to Home Assistant. ## 1.4 diff --git a/deconz/README.md b/deconz/README.md index eebf563..3b10ba6 100644 --- a/deconz/README.md +++ b/deconz/README.md @@ -160,7 +160,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/dhcp_server/README.md b/dhcp_server/README.md index 8ead161..20a0517 100644 --- a/dhcp_server/README.md +++ b/dhcp_server/README.md @@ -150,7 +150,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/dnsmasq/README.md b/dnsmasq/README.md index 2baf0f0..e89ac7b 100644 --- a/dnsmasq/README.md +++ b/dnsmasq/README.md @@ -94,7 +94,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/git_pull/README.md b/git_pull/README.md index 0f85357..38aa5de 100644 --- a/git_pull/README.md +++ b/git_pull/README.md @@ -152,7 +152,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/homematic/README.md b/homematic/README.md index cf77cc1..50156d8 100644 --- a/homematic/README.md +++ b/homematic/README.md @@ -163,7 +163,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [amd64-shield]: https://img.shields.io/badge/amd64-no-red.svg diff --git a/homematic/data/hm-firmware.sh b/homematic/data/hm-firmware.sh index 341536d..dfb1a87 100755 --- a/homematic/data/hm-firmware.sh +++ b/homematic/data/hm-firmware.sh @@ -11,7 +11,7 @@ function firmware_update_hmip() { TO_VERSION="$(ls /firmware/HmIP-RFUSB/hmip_coprocessor_update-*.eq3 | sed 's/.*hmip_coprocessor_update-\(.*\)\.eq3/\1/' | tail -n1)" if [ "${FROM_VERSION}" != "${TO_VERSION}" ]; then if java -Xmx64m -jar /opt/HmIP/hmip-copro-update.jar -p "${DEVICE}" -f "/firmware/HmIP-RFUSB/hmip_coprocessor_update-${TO_VERSION}.eq3"; then - echo "[INFO] HmIP update to ${TO_VERSION} was successfuly" + echo "[INFO] HmIP update to ${TO_VERSION} was successful" else echo "[ERROR] HmIP update ${TO_VERSION} fails!" fi @@ -21,7 +21,7 @@ function firmware_update_hmip() { function firmware_update_rfd() { if "${HM_HOME}/bin/eq3configcmd" update-coprocessor -lgw -u -rfdconf /etc/config/rfd.conf -l 1; then - echo "[INFO] RFd update was successfuly" + echo "[INFO] RFd update was successful" else echo "[ERROR] RFd update fails!" fi @@ -30,7 +30,7 @@ function firmware_update_rfd() { function firmware_update_wired() { if "${HM_HOME}/bin/eq3configcmd" update-lgw-firmware -m /firmware/fwmap -c /etc/config/hs485d.conf -l 1; then - echo "[INFO] Wired update was successfuly" + echo "[INFO] Wired update was successful" else echo "[ERROR] Wired update fails!" fi diff --git a/letsencrypt/README.md b/letsencrypt/README.md index 53ec4e2..14de8e1 100644 --- a/letsencrypt/README.md +++ b/letsencrypt/README.md @@ -129,7 +129,7 @@ You have several options to get them answered: - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] - Check out certbots page [certbot]. -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/mariadb/README.md b/mariadb/README.md index 3e0d503..f7f373e 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -114,7 +114,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/mosquitto/data/run.sh b/mosquitto/data/run.sh index 8af412e..1b003da 100755 --- a/mosquitto/data/run.sh +++ b/mosquitto/data/run.sh @@ -128,7 +128,7 @@ fi # Initial Service if call_hassio GET "services/mqtt" | jq --raw-output ".data.host" | grep -v "$(hostname)" > /dev/null; then - bashio::log.warning "There is allready a MQTT services running!" + bashio::log.warning "There is already an MQTT service running!" else bashio::log.info "Initialize Hass.io Add-on services" if ! call_hassio POST "services/mqtt" "$(constrain_host_config addons "${ADDONS_PW}")" > /dev/null; then diff --git a/samba/README.md b/samba/README.md index d5d5d75..f24573b 100644 --- a/samba/README.md +++ b/samba/README.md @@ -79,7 +79,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/snips/README.md b/snips/README.md index b71a09c..edb8002 100644 --- a/snips/README.md +++ b/snips/README.md @@ -82,7 +82,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ssh/README.md b/ssh/README.md index 31c35a9..2e43a22 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -78,7 +78,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tellstick/README.md b/tellstick/README.md index 9347e47..b9b47f5 100644 --- a/tellstick/README.md +++ b/tellstick/README.md @@ -179,7 +179,7 @@ You have several options to get them answered: - The Home Assistant [Community Forum][forum]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] -In case you've found an bug, please [open an issue on our GitHub][issue]. +In case you've found a bug, please [open an issue on our GitHub][issue]. [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg