From 30bce715e6ebfdb85f4089d8e7cabc9d6da329f0 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Wed, 24 Oct 2018 18:18:10 +0300 Subject: [PATCH] [stable/home-assistant] fix typo (#8702) Signed-off-by: Mikhail Grachev --- stable/home-assistant/Chart.yaml | 2 +- stable/home-assistant/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/home-assistant/Chart.yaml b/stable/home-assistant/Chart.yaml index 08c69db0ef..507bfa3f4a 100644 --- a/stable/home-assistant/Chart.yaml +++ b/stable/home-assistant/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.77.1 description: Home Assistant name: home-assistant -version: 0.3.0 +version: 0.3.1 keywords: - home-assistant - hass diff --git a/stable/home-assistant/README.md b/stable/home-assistant/README.md index e6c46a118e..37dd74f4ed 100644 --- a/stable/home-assistant/README.md +++ b/stable/home-assistant/README.md @@ -113,6 +113,6 @@ Read through the [values.yaml](values.yaml) file. It has several commented out s ## Regarding configuring home assistnat -Much of the home assistant configuration occurs inside the various files persisted to the `/config` directory. This will require external access to the persistant storage location where the home assistant configuration data is stored. +Much of the home assistant configuration occurs inside the various files persisted to the `/config` directory. This will require external access to the persistent storage location where the home assistant configuration data is stored. Because this may be a limitation, the [Home Assistant Configurator UI](https://github.com/danielperna84/hass-configurator) is added to the chart as an option to provide a webUI for editing the various configuration files