home-assistant.io/source/lovelace/changelog.markdown

10 KiB

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Lovelace Changelog Changelog of the Lovelace UI. 2018-08-31 13:06 +02:00 true false true true

{% linkable_title Changes in 0.84.0 %}

Breaking Changes

  • ⚠️ views: Renamed id to path
  • ⚠️ sensor_data: entity is no longer passed as entity_id to service call and must be explicitly set
  • ⚠️ sensor card: Removed configs height, line_color and line_width
  • ⚠️ gauge card: Renamed config title to name
  • ⚠️ alarm panel card: Renamed config title to name
  • ⚠️ glance card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ entity button card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ picture card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ picture elements card: tap_action and hold_action configurations for elements changed. See docs.
  • ⚠️ picture entity card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ picture glance card: tap_action and hold_action configurations changed. See docs.

All Changes

  • 📣 weather forecast card: New config name
  • 📣 thermostat card: New config name
  • 📣 plant status card: New config name
  • 📣 entities card: Alert entity rows are now displayed as toggles
  • 📣 picture elements card: Added state_image and camera_image
  • 📣 Ability to generate a Lovelace config if not present using available entities
  • 📣 UI Editor now in Beta with support for adding/removing views/cards
  • 🔧 map card: Fix aspect_ratio
  • 🔧 Fix Tap/Hold actions on Windows 10 machines with touchscreens

{% linkable_title Changes in 0.83.0 %}

  • ❤️ New card type: shopping-list

{% linkable_title Changes in 0.82.0 %}

  • 📣 New card type: light ❤️
  • 📣 Alpha release of UI Editor
  • 📣 entities card: can be themed
  • 📣 gauge card: can be themed
  • 📣 light card: can be themed
  • 📣 thermostat card: can be themed
  • 🔧 !secret and !include usage restored for manual editing, but are not supported with the UI editor

{% linkable_title Changes in 0.81.0 %}

  • ❤️ New card type: alarm-panel
  • ❤️ New card type: thermostat
  • ❤️ New card type: entity-button
  • 📣 glance card: can be themed
  • 📣 glance card: define columns within
  • 📣 entity button card: can be themed
  • 📣 Long press is now supported
  • 📣 Update to allow the use of Custom UI. If you run into issues please disable Custom UI and test before reporting them. If the issue goes away without Custom UI please report this to the Custom UI developer as this is not officially supported.

{% linkable_title Changes in 0.80.0 %}

  • ❤️ New card type: sensor
  • ❤️ New card type: gauge

{% linkable_title Changes in 0.77.0 %}

  • ❤️ New notification drawer

{% linkable_title Changes in 0.75.0 %}

Breaking changes

  • ⚠️ glance card: turn-on replaced with call-service

All changes

{% linkable_title Changes in 0.74.0 %}

Views

  • 📣 Allow views with badges and no cards
  • 📣 Add basic support for badges like in old view style
  • 🔧 Custom cards now work with panel: true

Cards

{% linkable_title Changes in 0.73.1 %}

  • 📣 Setting Lovelace as default now updates Overview button to point to /lovelace
  • 📣 Allow setting background styles (global and per view)

Cards

  • ❤️ New card type: map that allows showing device_tracker entities on a map card
  • 📣 entities card card now support type: custom:state-card-custom for the entities list

{% linkable_title Changes in 0.73.0 %}

Views

  • 📣 New button to show unused entities in Lovelace

{% linkable_title Changes in 0.73.0b4 %}

Cards

{% linkable_title Changes in 0.73.0b3 %}

Views

  • 📣 Added panel mode for a view to use the 1st card to fill the whole screen

Cards

{% linkable_title Changes in 0.73.0b1 %}

Cards

{% linkable_title Changes in 0.73.0b0 %}

  • 📣 New feature to allow Lovelace to be default for /

Views

  • 📣 Now views have deep-links: /lovelace/3 will link to the tab with id 3
  • ⚠️ name renamed title to match cards setup
  • ⚠️ tab_icon renamed icon for simplicity

Cards

{% linkable_title Changes in 0.72.1 %}

Cards

  • 🐞 Bug introduced in glance card - titles now overlap
  • ❤️ New card: iframe

{% linkable_title Changes in 0.72 %}

  • ❤️ Initial release of the Lovelace UI