mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-02 16:26:50 +00:00
4.7 KiB
4.7 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-07-01 10:28 +00:00 | true | false | true | true |
{% 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 supports nowtoggle
andturn-on
besides showing more-info dialogglance
card supports now to hidename
orstate
history-graph
supports override of entity names- Allow
picture-glance
to open more info for camera - Show more-info for
media_players
inpicture-glance
picture-elements
card now supports alsoimage
as element typepicture-elements
card now supports alsoservice-icon
as element type- Make Lovelace
entity-filter
card more robust (new use case: https://github.com/home-assistant/ui-schema/issues/82) - 🔧 Fix
picture-glance
crash when 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 now supporttype: 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
allow hiding of infobar usingshow_info: false
- 📣
picture-entity
now supportstap_action
parameter allowing you to switch fromon
/off
tomore-info-dialog
- 📣
picture-glance
now supportsnavigation_path
picture-entity
renamedtitle
toname
picture-elements
renamedpath
tonavigation_path
- ‼️
camera-preview
card removed, features added topicture-entity
andpicture-glance
{% 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
now supportsnavigation
type - 📣
picture-entity
now supportscamera_image
- 📣
picture-glance
now supportscamera_image
- 📣
picture-glance
now supportsstate_image
andentity
likepicture-entity
- 📣
entity-filter
now supports custom name for entities likeglance
andentities
entities
andglance
custom titles now usename
nottitle
entity-filter
now usesentities
as a static list to filter state againstentity-filter
usesstate_filter
array instead offilter
object- 🔧 Fix wrapping and padding for
service-button
inpicture-elements
- ‼️
entity-filter
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
newstate-badge
usingha-state-label-badge
picture-elements
renamedstate-badge
tostate-icon
picture-elements
renamedstate-text
tostate-label
picture-elements
moved/renamedservice.data
toservice_data
picture-elements
combinedservice.domain
andservice.server
intoservice
- 📣
entities
allow custom title just likeglance
- 📣
entity-filter
allow auto-hide if empty usingshow_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
- 📣 New card:
column
- 📣 New card:
row
- 📣
glance
allow custom title for entities - rename your entity only in this card - 📣
entities
toggle button in a header can now be hidden usingshow_header_toggle: false
entity-picture
renamedpicture-entity
to be consistent withpicture-glance
entity-filter
removedcard_config
and madecard
property an object- 🔧 Fix use of groups in
picture-entity
- 🔧 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