mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Spelling and grammar fixes (#814)
This commit is contained in:
committed by
Fabian Affolter
parent
98007086a3
commit
4342c519f6
@@ -39,7 +39,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ fi
|
|||||||
INSTALLED_VERSION="$(pip freeze | grep homeassistant)"
|
INSTALLED_VERSION="$(pip freeze | grep homeassistant)"
|
||||||
bashio::log.info "Installed Home Assistant ${INSTALLED_VERSION##*=}"
|
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..."
|
bashio::log.info "Making a copy of your configuration for checking..."
|
||||||
cp -fr /config /tmp/config
|
cp -fr /config /tmp/config
|
||||||
|
|
||||||
@@ -36,9 +36,9 @@ if ! HASS_OUTPUT="$(hass -c /tmp/config --script check_config)"; then
|
|||||||
bashio::exit.nok
|
bashio::exit.nok
|
||||||
fi
|
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
|
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 "Found an error in the log output of the check!"
|
||||||
bashio::log.error "See the output below for more details."
|
bashio::log.error "See the output below for more details."
|
||||||
bashio::log "${HASS_OUTPUT}"
|
bashio::log "${HASS_OUTPUT}"
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ A list of filenames containing SSH private keys. These can be used to allow for
|
|||||||
## Known issues and limitations
|
## Known issues and limitations
|
||||||
|
|
||||||
- This add-on is, by default, configured for use with Hass.io Ingress. If you
|
- 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.
|
assign a port in the "Network" section of the add-on setting page.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
@@ -97,7 +97,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
- Add support for Home Assistant Add-on integration
|
- Add support for Home Assistant Add-on integration
|
||||||
- Add Ingress support
|
- 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
|
## 1.4
|
||||||
|
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-no-red.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-no-red.svg
|
||||||
|
|||||||
@@ -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)"
|
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 [ "${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
|
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
|
else
|
||||||
echo "[ERROR] HmIP update ${TO_VERSION} fails!"
|
echo "[ERROR] HmIP update ${TO_VERSION} fails!"
|
||||||
fi
|
fi
|
||||||
@@ -21,7 +21,7 @@ function firmware_update_hmip() {
|
|||||||
|
|
||||||
function firmware_update_rfd() {
|
function firmware_update_rfd() {
|
||||||
if "${HM_HOME}/bin/eq3configcmd" update-coprocessor -lgw -u -rfdconf /etc/config/rfd.conf -l 1; then
|
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
|
else
|
||||||
echo "[ERROR] RFd update fails!"
|
echo "[ERROR] RFd update fails!"
|
||||||
fi
|
fi
|
||||||
@@ -30,7 +30,7 @@ function firmware_update_rfd() {
|
|||||||
|
|
||||||
function firmware_update_wired() {
|
function firmware_update_wired() {
|
||||||
if "${HM_HOME}/bin/eq3configcmd" update-lgw-firmware -m /firmware/fwmap -c /etc/config/hs485d.conf -l 1; then
|
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
|
else
|
||||||
echo "[ERROR] Wired update fails!"
|
echo "[ERROR] Wired update fails!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ You have several options to get them answered:
|
|||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
||||||
- Check out certbots page [certbot].
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ fi
|
|||||||
|
|
||||||
# Initial Service
|
# Initial Service
|
||||||
if call_hassio GET "services/mqtt" | jq --raw-output ".data.host" | grep -v "$(hostname)" > /dev/null; then
|
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
|
else
|
||||||
bashio::log.info "Initialize Hass.io Add-on services"
|
bashio::log.info "Initialize Hass.io Add-on services"
|
||||||
if ! call_hassio POST "services/mqtt" "$(constrain_host_config addons "${ADDONS_PW}")" > /dev/null; then
|
if ! call_hassio POST "services/mqtt" "$(constrain_host_config addons "${ADDONS_PW}")" > /dev/null; then
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
- 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
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
Reference in New Issue
Block a user