Reformat README.md (#69)

Also fixes a spelling error.

---------

Co-authored-by: DigiLive <github@digilive.nl>
This commit is contained in:
Adrien Brault
2023-10-15 18:35:28 +02:00
committed by GitHub
parent fb8190aa82
commit c7b2040b52

View File

@@ -82,8 +82,12 @@ views: []
When creating this dashboard for the first time, you probably have many entities that you don't want to see. When creating this dashboard for the first time, 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` in the top right corner of the popup > You can hide these entities by following the steps below:
Set `Visble` to `off`.
1. Click and hold the entity
2. Click the `cog icon` in the top right corner of the popup.
3. Set `Visible` to `off`.
The view should update when the page is refreshed. The view should update when the page is refreshed.
If you don't want to hide the entity from all dashboards, you can use [Card Options](#card-options) to hide specific If you don't want to hide the entity from all dashboards, you can use [Card Options](#card-options) to hide specific
@@ -93,9 +97,14 @@ entities and devices.
### Adding devices to areas ### Adding devices to areas
You can easily add devices to an area by going to `Settings` found at the bottom of the sidebar > You can 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 in the top right corner > Enter an area in area field. 1. Click `Devices and integration`
2. Select the integration of your device
3. Click the device you wish to add
4. Click the `pencil icon` found in the top right corner
5. Enter an area in area field.
You can also set an entity of that device to a different area by going to the advanced settings of that entity. You can also set an entity of that device to a different area by going to the advanced settings of that entity.
If you created an entity in your `configuration.yaml` you may need to enter a `unique_id` first before you set an area If you created an entity in your `configuration.yaml` you may need to enter a `unique_id` first before you set an area
@@ -249,7 +258,7 @@ views: []
![Light Views](./docs/light_view.png) ![Light Views](./docs/light_view.png)
Mushroom strategy includes pre-built views to control/view specific domains. Mushroom strategy includes pre-built views to control/view specific domains.
All devices that are in an area where `hidden` is set to false/undefined are shown. All devices that are in an area where `hidden` is set to false/undefined are shown*.
By default, all pre-built views below are shown: By default, all pre-built views below are shown:
@@ -262,7 +271,7 @@ By default, all pre-built views below are shown:
| `climate` | object* | View to control climate devices such as thermostats. Seperated by each area. | | `climate` | object* | View to control climate devices such as thermostats. Seperated by each area. |
| `camera` | object* | View to show all cameras using WebRTC cards. Seperated by each area. | | `camera` | object* | View to show all cameras using WebRTC cards. Seperated by each area. |
*) See [View Options](#view-options). * See [View Options](#view-options).
#### View Options #### View Options
@@ -498,6 +507,7 @@ strategy:
cards: cards:
- type: markdown - type: markdown
content: I am cool content: I am cool
views: []
``` ```
## Credits ## Credits