Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

1.2.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@maykar maykar released this 11 Jul 20:32
· 139 commits to master since this release
dd3f22b

Pre-release 1.2.3

With the addition of the new sidebar to HA comes a few changes to CCH.

This is specifically for the current HA beta 0.96.0b0. The changes were made to be backwards compatible so using this release on versions lower than 0.96.0b0 should see no difference.

I'd like to mention that CCH will not add features to modify the new sidebar (beyond the 2 mentioned below). The sidebar is accessible outside of Lovelace and is needed to navigate when not in the Lovelace view. CCH should not modify anything outside the scope of Lovelace.

There are 2 options that hide and disable the sidebar completely: kiosk_mode and the new option disable_sidebar. These options are to prevent users from accessing the sidebar when it is unwanted. To use the new disable_sidebar option, just set disable_sidebar: true, this option will hide the menu button as well.

Changes:

These options no longer have any effect when using HA versions 0.96.0b0 or higher.

  • Anything related to the notifications button as it no longer exists in the header.
  • sidebar_closed
  • sidebar_swipe

Known issues (being worked on):

  • Menu button's appearance behaves strangely when HA displays/hides the button automatically on window resize.
  • Notification indicator on the menu button cannot be styled yet