From 9d9bbf23aa62e0a1e2b19ec68970adcecdd57949 Mon Sep 17 00:00:00 2001 From: benquan Date: Thu, 2 Feb 2023 11:06:00 -0600 Subject: [PATCH] Modify Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d380429..c4ac89f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Custom Component for Home Assistant that hides "Home Assistant Cloud" from Home Assistant UI. ## Background -Home assistant has a cloud component that gets loaded automatically if you use the default_config. In order to delete cloud from your setup you need to delete the defaul_config and you need to manually update it when things change in Home Assistant. This component overrides the default component with a dummy, thus eliminating it from the UI. +Home assistant has a cloud component that gets loaded automatically if you use the `default_config`. In order to delete cloud from your setup you need to delete the `defaul_config` and add manually add all the configurations back into your own `configuration.yaml`. Also you need to manually update it when things change in Home Assistant. + +This is an alternative to this process. It works by overriding the default component with a "dummy" one, thus eliminating it from the UI. ## Installation [![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/custom-components/hacs)