Updated Strategy Options (markdown)

Aalian Khan
2023-11-11 21:31:17 -05:00
parent 5946f47b1d
commit 074e0468fa

@ -144,7 +144,8 @@ views: []
![Light Views](https://github.com/AalianKhan/mushroom-strategy/blob/main/docs/light_view.png)
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*.
Devices of a hidden area are excluded from the view. See [Areas](https://github.com/AalianKhan/mushroom-strategy/wiki/Strategy-Options#areas).
By default, all pre-built views below are shown:
@ -263,14 +264,18 @@ views: []
![Chips](https://github.com/AalianKhan/mushroom-strategy/blob/main/docs/chips.png)
Mushroom strategy has chips that indicate the number of devices which are active for a specific domain.
All devices that are in an area where `hidden` is set to false/undefined are counted.
The mushroom strategy has chips that indicate the number of devices which are on/active for a specific domain.
Devices of a hidden area are excluded from the count.
The weather chip automatically uses `weather.forecast` if available.
You can manually configure a weather entity-id to use
To add more chips, you can define them in `extra_chips`, see [Mushroom Chips](https://github.com/piitaya/lovelace-mushroom/blob/main/docs/cards/chips.md) for all available chips.
By default, all chips are enabled.
You can manually configure a weather entity-id to use, and there's also an option to add
more [Mushroom Chips][mushroom-chipsUrl] using `extra_chips`.
**Note: To hide the weather chip, you should hide or disable the entity itself.**
> [!NOTE]
> To hide the weather chip, you should hide or disable the entity itself.
| Available chips | type | Description |
|:-----------------|:------------------|:---------------------------------------------------------------------------------------------------------------|