From b115b7c2d873c8842a7e8bc84b42db0cc69bc663 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 7 Aug 2019 10:59:07 -0700 Subject: [PATCH] Add cast links --- source/_lovelace/entities.markdown | 30 ++++++++++++++++++++ source/_posts/2019-08-07-release-97.markdown | 1 + 2 files changed, 31 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index fa561811b48..1a386e2cb0b 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -94,6 +94,36 @@ service_data: type: map {% endconfiguration %} +### Cast + +Special row to start Home Assistant Cast. + +{% configuration %} +type: + required: true + description: cast + type: string +view: + required: true + description: Path to the view that needs to be shown. + type: string +name: + required: false + description: Name to show in the row + type: string + default: Home Assistant Cast +icon: + required: false + description: Icon to use + type: string + default: `hass:television` +hide_if_unavailable: + required: false + description: Hide this row if casting is not available in the browser. + type: boolean + default: false +{% endconfiguration %} + ### Divider {% configuration %} diff --git a/source/_posts/2019-08-07-release-97.markdown b/source/_posts/2019-08-07-release-97.markdown index ac6b6c890d5..3d843148765 100644 --- a/source/_posts/2019-08-07-release-97.markdown +++ b/source/_posts/2019-08-07-release-97.markdown @@ -39,6 +39,7 @@ In case you missed the announcement, we released Home Assistant Cast yesterday. ## UI changes +- [New Cast row available](/lovelace/entities/#cast) in the Lovelace entities card to start Home Assistant Cast. - Improved accessibility for visually impaired users. This is an [ongoing effort](https://github.com/home-assistant/home-assistant-polymer/issues/3267) on making the frontend accessible. - Split out configuration.yaml actions from core config into a new server control config panel. Thanks [@IcyPalm] - Markdown card will now have size + 1 if it has a header defined. Some layouts might move around due to this.