Skip to content

Commit

Permalink
Small typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Dec 4, 2024
1 parent 6f44c38 commit bf77493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Add a file named `sidebar-config.yaml` or `sidebar-config.json` into your `<conf
| Property | Type | Required | Description |
| ------------------ | ---------------------------------- | -------- | ----------- |
| order | Array of [items](#order-items-properties) | no| List of items to process |
| hide_all | Boolean | no | Hides all items of the sidebar by default, useful if one wants to hide everything and just show a few items. (This options doesn't make any effect in item with the property `new_item` in `true`) |
| hide_all | Boolean | no | Hides all items of the sidebar by default, useful if one wants to hide everything and just show a few items. (This options doesn't make any effect in an item with the property `new_item` in `true`) |
| title<sup>\*</sup> | String | no | Custom title to replace the `Home Assistant` title |
| title_color<sup>\*</sup> | String | no | Sets the color of the sidebar title |
| subtitle<sup>\*</sup> | String | no | Sets a custom subtitle below the `Home Assistant` title |
Expand Down

0 comments on commit bf77493

Please sign in to comment.