Add cast links

This commit is contained in:
Paulus Schoutsen 2019-08-07 10:59:07 -07:00
parent 0c1f6858d3
commit b115b7c2d8
2 changed files with 31 additions and 0 deletions

View File

@ -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 %}

View File

@ -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.