Fix hiding menu button when not needed

This commit is contained in:
Paulus Schoutsen 2018-06-20 16:12:42 -04:00
parent a92c187627
commit 63b123fc8f

View File

@ -18,6 +18,8 @@ class Lovelace extends PolymerElement {
return html`
<template is='dom-if' if='[[_equal(_state, "loaded")]]' restamp>
<hui-root
narrow="[[narrow]]"
show-menu="[[showMenu]]"
hass='[[hass]]'
config='[[_config]]'
columns='[[_columns]]'