Skip to content

Dwains Dashboard Next 1.2.0

Choose a tag to compare

@dwainscheeren dwainscheeren released this 24 Jun 18:10

What's new

  • Added a House power usage card with total live power usage and the top consuming rooms.
  • Added an Energy view on the Devices page with area totals, live power entities and usage distribution.
  • Moved full device visibility management into Dashboard settings, grouped by device type and area.
  • Added stricter area-based filtering: devices and entities without a Dwains Dashboard area are not shown in DD.
  • Added settings to control which device types are visible on the Devices page.
  • Improved unavailable and unknown entity handling on the Devices page, with Maintenance still showing issues separately.
  • Improved House information active-state counting for media players, vacuums, alarms and cameras.
  • Improved mobile navigation context, bottom-sheet behavior and Home Assistant header handling.
  • Added release policy documentation for consistent future versioning.

HACS resource note

HACS normally adds the dashboard JavaScript resource automatically. If a Home Assistant setup uses YAML-managed Lovelace resources, HACS cannot update those resources automatically. In that case, add this resource manually under the existing lovelace: section in configuration.yaml:

lovelace:
  resources:
    - url: /hacsfiles/dwains-dashboard-next/dwains-dashboard-next.js
      type: module

Then restart Home Assistant or reload Lovelace resources and hard-refresh the browser.