Skip to content

Commit

Permalink
Modify Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benquan committed Feb 2, 2023
1 parent 53a7630 commit 9d9bbf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d9bbf2

Please sign in to comment.