From 100c8098f17f29648dd14a0397e44a81853ac05b Mon Sep 17 00:00:00 2001 From: Aalian Khan Date: Tue, 28 Mar 2023 01:40:59 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b531d5c..ce13a32 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ My goal is to propose a way to create powerful dashaboards without the need of s - 😍 Built-in Views for device specific controls - 🎨 Many options to customize to your needs -## Preresquisites +## Installation + +### Preresquisites You need to install these cards first before using this strategy - [Mushroom cards][mushroom] - [Mini graph card][mini-graph] - [Web RTC][webrtc] -## Installation - ### HACS Mushroom dashboard strategy is available in [HACS][hacs] (Home Assistant Community Store). @@ -69,6 +69,18 @@ strategy: views: [] ``` +### Hidding specific entities + +When first creating this dashboard, you probably have many entities that you don't want to see. + +You can easily hide these entities by holding the entity > Click the `cog icon` at the top right corner of the popup > Click `Advanced settings` > Set `entity status` to `hidden` + +### Adding devices to areas + +You can easiy add devices to an area by going to `Settings` found at the bottom of the sidebar > Click `Devices and integration` > Select the integration of your device > Click the device you wish to add > Click the `pencil icon` found at the top right corner > Enter an area in area field. You can also set an entity of that device to a different area by going to advanced settings of that entity. + +If you created a entity in your `configuratation.yaml` you may need to enter a unique_id first before you set an area to it. + ## Strategy options | Name | Type | Default | Description |