v1.0.0 Release!
See the v1.0 Project for the work list.
New Stuff
- Added support for multiple dashboard pages! 📄
- New "Navigation" tile type lets you browse to another page, refresh, or go home
- Each page has its own dedicated URL
- Your old configuration will migrate into a "default" page when you upgrade
- Added basic switch tile (on/off) support for the following entity types:
fan
,remote
- Added support for
calendar
entities via the Google Calendar integration - Added breadcrumb nav to most of the pages in the Admin UI
- Added support for an Asset Override URL, to fix issues where image assets were not loading correctly
- Added a Supporters ❤ page, if you would like your name listed here, please consider buying me a coffee or sponsoring me on GitHub!
- Added a connection interruption display, similar to Home Assistant, where if a connection is either lost to Home Assistant or to the HACC server, it will display "Connection lost, reconnecting..." until a connection is re-established.
- In some cases, if the connection cannot be re-established, the dashboard page may auto-refresh in order to attempt a reconnection that way.
- Added support for Hass.io Ingress!
- Due to this, URLs are changing. The Admin UI is now available at
/
, and the default dashboard is located at/d
.
- Due to this, URLs are changing. The Admin UI is now available at
Platform Changes
- Updated to ASP.NET Core 3.1 (LTS)
- Updated UI library to Fomantic UI v2.8.3
- Changed from polling to HA WebSocket connection
- Due to this, some tiles which previously had a "Refresh Interval" no longer need this property, as changes to entity states are monitored and sent from HA to HACC automatically now.