We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e26edd commit 6405aecCopy full SHA for 6405aec
1 file changed
README.md
@@ -75,7 +75,9 @@ Each entry in the `tabs` list is an object with the following properties:
75
| `icon` | string | Optional* | An MDI icon to display next to the title (e.g., `mdi:lightbulb`). Can be jinja template |
76
| `card` | object | **Required** | A standard Lovelace card configuration. |
77
| `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 |
+| `badge` | string | Optional* | Jinja template that outputs true/false |
79
+| `id`| string | Optional | ID of tab, for deeplinking | none |
80
+
81
82
*Either title or icon has to be defined.
83
0 commit comments