diff --git a/docs/subpages.md b/docs/subpages.md index f9a2865c..452099bd 100644 --- a/docs/subpages.md +++ b/docs/subpages.md @@ -15,4 +15,13 @@ will allow you to navigate to a cardGrid page with the configured key testKey entities: - entity: light.test_item key: testKey -``` \ No newline at end of file +``` + +# Override Status of Navigation Items + +You can override the status of navigation items, to make them look like different entities. + +```yaml + - entity: navigate.cardThermo_test + status: climate.test +```