From 7092ba443fbf547daa47e90f3a5046bff9323ad4 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Mon, 2 Jul 2018 23:55:25 -0400 Subject: [PATCH] adding section about configurator UI --- home-assistant/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home-assistant/README.md b/home-assistant/README.md index 832c4efa..76169a63 100644 --- a/home-assistant/README.md +++ b/home-assistant/README.md @@ -67,7 +67,7 @@ The following tables lists the configurable parameters of the Sentry chart and t | `mqttService.loadBalancerIP` | Loadbalance IP for the mqtt service | `` | | `mqttService.loadBalancerSourceRanges` | Loadbalance client IP restriction range for the mqtt service | `[]` | | `mqttService.nodePort` | nodePort to listen on for the mqtt service | `` | -| `configurator.enabled` | Enable the optional hass configuration UI | `false` | +| `configurator.enabled` | Enable the optional [configuration UI](https://github.com/danielperna84/hass-configurator) | `false` | | `configurator.name` | Default name for the configurator UI | `configurator` | | `configurator.image.repository` | Image repository | `billimek/hass-configurator-docker` | | `configurator.image.tag` | Image tag | `x86_64-0.3.0`| @@ -119,3 +119,9 @@ helm install --name my-release -f values.yaml stable/home-assistant ``` Read through the [values.yaml](values.yaml) file. It has several commented out suggested values. + +## 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. + +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 \ No newline at end of file