From 7defa6bc8b6a3d430f5c733809f09524b7d892f1 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Wed, 29 May 2024 14:36:18 +0200 Subject: [PATCH] Remove title dashboard config (#32932) * Remove title from dashboard config * Remove title from dashboard config in examples --- source/_integrations/fireservicerota.markdown | 1 - source/_integrations/yandex_transport.markdown | 1 - source/dashboards/dashboards.markdown | 2 -- 3 files changed, 4 deletions(-) diff --git a/source/_integrations/fireservicerota.markdown b/source/_integrations/fireservicerota.markdown index 4dd7cb63dc0..f7a094c5952 100644 --- a/source/_integrations/fireservicerota.markdown +++ b/source/_integrations/fireservicerota.markdown @@ -170,7 +170,6 @@ automation: ```yaml panel: true -title: Home views: - badges: [] cards: diff --git a/source/_integrations/yandex_transport.markdown b/source/_integrations/yandex_transport.markdown index db240f2a8dc..68287db7050 100644 --- a/source/_integrations/yandex_transport.markdown +++ b/source/_integrations/yandex_transport.markdown @@ -82,7 +82,6 @@ To enable displaying the relative time in your `default_view` add the following ```yaml # Example default_view entry -title: Home Assistant views: cards: - entities: diff --git a/source/dashboards/dashboards.markdown b/source/dashboards/dashboards.markdown index bb40bb191ab..d8c819955cc 100644 --- a/source/dashboards/dashboards.markdown +++ b/source/dashboards/dashboards.markdown @@ -228,7 +228,6 @@ dashboards: As a super minimal example of a dashboard config, here's the bare minimum you will need for it to work: ```yaml -title: My Awesome Home views: # View tab title. - title: Example @@ -243,7 +242,6 @@ views: A slightly more advanced example: ```yaml -title: My Awesome Home views: # View tab title. - title: Example