Document confirmation

This commit is contained in:
Ferry Cools
2025-08-30 10:38:45 +02:00
parent 0a01d712a9
commit 278080d3ef

View File

@@ -61,14 +61,17 @@ home_view:
## Chip Options
The mushroom strategy has chips that indicate the number of entities for a specific domain which are in an "active"
state. Hidden/Disabled entities are excluded from this count.
state.
Hidden/Disabled entities are excluded from this count.
* Tapping a chip will set corresponding entities to an "inactive" state.[^1]
* Tap and hold a chip, will navigate to the corresponding view.
- Tapping a chip will set corresponding entities to an "inactive" state.[^1]
_**Note:** The Switch chip requires a confirmation before executing its tap action to prevent accidental toggling of
all switches._
- Holding a chip, will navigate to the corresponding view.
[^1]: For some chips, the tap action is disabled.
The `chips` group enables you to specify the configuration of chips.
The `chips` group enables you to specify its configuration of chips.
| Name | type | default | Description |
|:-----------------|:--------|:--------|:--------------------------------------------|