dot notation for path property of ha-svg-icon (#7197)

This commit is contained in:
Tomasz
2020-10-05 19:51:14 +02:00
committed by GitHub
parent 3940606167
commit 5971aee02e
41 changed files with 71 additions and 68 deletions

View File

@@ -17,7 +17,7 @@ export const createCloseHeading = (hass: HomeAssistant, title: string) => html`
class="header_button"
dir=${computeRTLDirection(hass)}
>
<ha-svg-icon path=${mdiClose}></ha-svg-icon>
<ha-svg-icon .path=${mdiClose}></ha-svg-icon>
</mwc-icon-button>
`;