Custom Header

It looks like it’s only a few lines of css to hide the header. You can use something like Stylus to customize the css on whatever browser you want.

app-header, app-toolbar {
  display: none;
}
ha-app-layout#layout #contentContainer {
  padding-top: 0px !important;
}
8 Likes