Skip to content

Commit b115b7c

Browse files
committed
Add cast links
1 parent 0c1f685 commit b115b7c

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

source/_lovelace/entities.markdown

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,36 @@ service_data:
9494
type: map
9595
{% endconfiguration %}
9696

97+
### Cast
98+
99+
Special row to start Home Assistant Cast.
100+
101+
{% configuration %}
102+
type:
103+
required: true
104+
description: cast
105+
type: string
106+
view:
107+
required: true
108+
description: Path to the view that needs to be shown.
109+
type: string
110+
name:
111+
required: false
112+
description: Name to show in the row
113+
type: string
114+
default: Home Assistant Cast
115+
icon:
116+
required: false
117+
description: Icon to use
118+
type: string
119+
default: `hass:television`
120+
hide_if_unavailable:
121+
required: false
122+
description: Hide this row if casting is not available in the browser.
123+
type: boolean
124+
default: false
125+
{% endconfiguration %}
126+
97127
### Divider
98128

99129
{% configuration %}

source/_posts/2019-08-07-release-97.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ In case you missed the announcement, we released Home Assistant Cast yesterday.
3939

4040
## UI changes
4141

42+
- [New Cast row available](/lovelace/entities/#cast) in the Lovelace entities card to start Home Assistant Cast.
4243
- 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.
4344
- Split out configuration.yaml actions from core config into a new server control config panel. Thanks [@IcyPalm]
4445
- Markdown card will now have size + 1 if it has a header defined. Some layouts might move around due to this.

0 commit comments

Comments
 (0)