Fix cast panel view (#5488)

This commit is contained in:
Bram Kragten 2020-04-08 12:36:52 +02:00
parent b17074d68b
commit 5f3a6740c1
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class HcLovelace extends LitElement {
? html`
<hui-panel-view
.hass=${this.hass}
.lovelace=${lovelace}
.config=${this.lovelaceConfig.views[index]}
></hui-panel-view>
`

View File

@ -46,6 +46,7 @@ class ActionHandler extends HTMLElement implements ActionHandler {
height: isTouch ? "100px" : "50px",
transform: "translate(-50%, -50%)",
pointerEvents: "none",
zIndex: "999",
});
this.appendChild(this.ripple);