Skip to content

Dwains Dashboard Next 1.3.0

Choose a tag to compare

@dwainscheeren dwainscheeren released this 24 Jun 19:46

What's new

  • Added an Indoor climate card to House information with average temperature and humidity from visible room sensors.
  • Added settings to show or hide individual House information cards: People, Indoor climate, House power usage and Device groups.
  • Replaced the static header subtitle with a live home snapshot for people, notifications, attention items and weather.
  • Improved House power usage so the card is hidden when no live power data is available.
  • Improved the Energy view with Home Assistant statistics graph cards for whole-house and area power history.
  • Removed the redundant See all action from the House power usage card because the card itself opens the Energy view.

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.