Skip to content

Commit 6405aec

Browse files
authored
Add files via upload
1 parent 2e26edd commit 6405aec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ Each entry in the `tabs` list is an object with the following properties:
7575
| `icon` | string | Optional* | An MDI icon to display next to the title (e.g., `mdi:lightbulb`). Can be jinja template |
7676
| `card` | object | **Required** | A standard Lovelace card configuration. |
7777
| `conditions` | list | Optional | A list of conditions (`entity`, `template`, or `user`) that must be met to show the tab. |
78-
| `badge:` | string | Optional* | Jinja template that outputs true/false |
78+
| `badge` | string | Optional* | Jinja template that outputs true/false |
79+
| `id`| string | Optional | ID of tab, for deeplinking | none |
80+
7981

8082
*Either title or icon has to be defined.
8183

0 commit comments

Comments
 (0)