mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add cast links
This commit is contained in:
parent
0c1f6858d3
commit
b115b7c2d8
@ -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 %}
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user