mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-12 14:08:59 +00:00
7.1 KiB
7.1 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.77.0 %}
- 📣 New notification drawer ❤️
{% linkable_title Changes in 0.75.0 %}
Breaking changes
- 📣 glance card:
turn-on
replaced withcall-service
All changes
- 📣 Add support for CSS imports ❤️
- 📣 New card type:
conditional-card
❤️ - Drop your entity filter card hacks - 📣 picture glance card: Add support for custom icons
- 📣 picture entity card: Supports hiding name and/or state
- 📣 glance card:
turn-on
replaced withcall-service
- 📣 glance card: Allow selectively empty names
- 📣 picture elements card:
state-label
now supports prefix and suffix - 📣 entities card: Row dividers
- 📣 entities card and glance card: Custom icons support
- 📣 entities card: Add call service support to the rows
- 🔧 entities card: Climate entities row available again
- 🔧 entities card: Automation and vacuum are again toggleable
- 🔧 entities card: Weblinks now work
- 🔧 entities card: Groups as toggleable entities fix
- 🔧 entities card: Fixed toggleable state when entity unavailable
- 🔧 entities card: Fix header toggle for entity objects
- 🔧 history graph card: Fix cache of image between views
{% linkable_title Changes in 0.74.0 %}
- ❤️ Lovelace card gallery
- 🔧 Async communication improvements
Views
- 📣 Allow views with badges and no cards
Cards
- 📣 picture elements card: Allow custom elements including custom cards
- 📣 entities card: Separate row entity elements, and add
secondary_info
❤️ - 📣 glance card: Make column width configurable
- 🔧 picture glance card: Use custom off states
- 🔧 picture glance card: Fixed to work again with entity filter card
- 🔧 Removed
text-transform: capitalize;
from card heading
{% linkable_title Changes in 0.74.0b0 %}
Views
- Add basic support for
badges
like in old view style - Custom cards now work with
panel: true
Cards
- 📣 glance card: Entity
tap_action
can now betoggle
andturn-on
besides the default of showing the more info dialog - 📣 glance card: Support added to hide
name
orstate
- 📣 history graph card: Support added to override entity names
- 📣 picture glance card: Support added to open the more info dialog for cameras and media players.
- 📣 picture elements card: Support new element type
image
- 📣 picture elements card: Support new element type
service-icon
- 🔧 entity filter card: Fix edge cases that could make it crash (supports this new use case)
- 🔧 picture glance card: Fix crash when the state of entity was unavailable
{% 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:
map
that allows showingdevice_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.0b5 %}
- 🏁 Only minor fixes in this release
{% linkable_title Changes in 0.73.0b4 %}
Cards
- 📣 picture entity card allow hiding of infobar using
show_info: false
- 📣 picture entity card now supports
tap_action
parameter allowing you to switch fromon
/off
tomore-info-dialog
- 📣 picture glance card now supports
navigation_path
- picture entity card renamed
title
toname
- picture elements card renamed
path
tonavigation_path
- ‼️
camera-preview
card removed, features added to picture entity card and picture glance card
{% 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
- 📣 New card:
picture
for triggering navigation and services - 📣 picture elements card now supports
navigation
type - 📣 picture entity card now supports
camera_image
- 📣 picture glance card now supports
camera_image
- 📣 picture glance card now supports
state_image
andentity
like picture entity card - 📣 entity filter card now supports custom name for entities like
glance
and entities card - entities card and
glance
custom titles now usename
nottitle
- entity filter card now uses entities card as a static list to filter state against
- entity filter card uses
state_filter
array instead offilter
object - 🔧 Fix wrapping and padding for
service-button
in picture elements card - ‼️ entity filter card no longer allows to show all entities or a full domain
{% linkable_title Changes in 0.73.0b2 %}
- ⚡ Went by too fast ⚡
{% linkable_title Changes in 0.73.0b1 %}
Cards
column
renamed tovertical-stack
row
renamed tohorizontal-stack
- picture elements card new
state-badge
usingha-state-label-badge
- picture elements card renamed
state-badge
tostate-icon
- picture elements card renamed
state-text
tostate-label
- picture elements card moved/renamed
service.data
toservice_data
- picture elements card combined
service.domain
andservice.server
intoservice
- 📣 entities card allow custom title just like
glance
- 📣 entity filter card allow auto-hide if empty using
show_empty: false
- 🔧 Fix card size calculation
horizontal-stack
/vertical-stack
{% 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 id3
name
renamedtitle
to match cards setuptab_icon
renamedicon
for simplicity
Cards
- 📣 New card: picture elements card
- 📣 New card:
column
- 📣 New card:
row
- 📣
glance
allow custom title for entities - rename your entity only in this card - 📣 entities card toggle button in a header can now be hidden using
show_header_toggle: false
entity-picture
renamed picture entity card to be consistent with picture glance card- entity filter card removed
card_config
and madecard
property an object - 🔧 Fix use of groups in picture entity card
- 🔧 Fix the title in
glance
to avoid overlapping
{% 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