Skip to content

Releases: qJake/HADotNet.CommandCenter

Supervisor updates

10 Feb 04:23
Compare
Choose a tag to compare

Fixes an issue with the supervisor base URL.

Hass.io Token Fix

08 Feb 21:34
Compare
Choose a tag to compare

Resolves an issue with Hass.io tokens.

Websocket connection fix

08 Feb 20:51
4ca147d
Compare
Choose a tag to compare

Fix websocket connection issue for Hass.io

More Hass.io API fixes

08 Feb 16:10
e53600b
Compare
Choose a tag to compare

Fixes base URL issues.

Additional Hass.io Fixes

08 Feb 04:57
Compare
Choose a tag to compare

Resolved onboarding issues for new installs.

Hass.io Settings Fix

08 Feb 03:59
638aaeb
Compare
Choose a tag to compare

Fixes an issue when setting up the addon within Hass.io Addons.

Hass.io Docker Fix

08 Feb 02:51
7775164
Compare
Choose a tag to compare

Fixes an issue with Hass.io addons and Docker. Will likely fix #42.

v1.0.0 Release!

07 Feb 05:11
c7f453f
Compare
Choose a tag to compare

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.

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.

v0.6.0

19 Sep 02:43
Compare
Choose a tag to compare

New:

  • #5 Media player tiles
  • #39 input_boolean support via Switch tiles

Fixed:

  • #34 Possible issue with exporting config
  • #35 Missing override label added to light tile
  • #36 Additional CSS not actually applying on the page

v0.5.2

12 Sep 03:20
Compare
Choose a tag to compare
  • #31 Fix for invalid URL path on Hass.io when retrieving image assets
  • #33 Add missing refresh interval for switches