home-assistant.io/source/lovelace/changelog.markdown
Thomas Lovén 52eda4fda1
Replace "docs" with "documentation" (#12284)
* Replace "docs" with "documentation"

* Blacklist docs in Textlint, use documentation instead

* Fix more occurances

Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-03-10 16:17:06 +01:00

24 KiB

title, description
title description
Lovelace Changelog Changelog of the Lovelace UI.

Changes in 0.105.0

  • entities card: New header special row type (#4496) @balloob
  • entities card: New footer special row type (#4496) @balloob
  • entities card: Add picture option to header/footer (#4496) @balloob
  • entities card: New conditional special row type (#4569) @iantrich
  • entities card: Add buttons option to header/footer (#4601) @balloob
  • entities card: Add action_name option for scene/script rows (#4571) @iantrich
  • entities card: Add state_color option to color active/error/climate icons. Does not change the behavior of lights. Default is now false (#4510) @iantrich
  • Update Material Design Icons to v4.8.95 (#4520) @goyney
  • 💄 entities card: Automatically strip Area name from entities in Lovelace generated/auto mode (#4597) @balloob
  • 💄 entities card: Fix alignment of header toggle (#4532) @bramkragten
  • 💄 light card: Align height of card regardless of brightness support (#4582) @iantrich
  • 💄 map card: Ignore zones when fitting map (#4447) @klejejs
  • 💄 entities card: Show Never triggered when secondary_info set to last-triggered on an automation row and the automation has never been triggered (#4442) @Mariusthvdb
  • 💄 Additional active/error/climate icon domains/states (#4510) @iantrich
  • Close card editor on ESC (#4570) @iantrich
  • Add tabindex to Lovelace elements (#4160) @iantrich
  • 🐛 Fix action directive double tab iOS issues (#4639) @bramkragten
  • 🐛 gauge card: Fix severity toggle (#4600) @iantrich
  • 🐛 Markdown card: Fix visual editor for when all content removed (#4583) @iantrich
  • 🐛 alarm panel card: Fix preview updates (#4592) @bramkragten
  • 🐛 thermostat card: Fix display of current/set temperature when at 0 (#4498) @iantrich
  • 🐛 picture glance card: Fix camera_view option in editor (#4495) @iantrich
  • 🐛 Fix various card editor switches (#4584) @iantrich
  • 🐛 Fix Lovelace reload button on error page (#4557) @bramkragten
  • 🚸 shopping list card: Show error if integration is not loaded (#4523) @ludeeus
  • 🚸 Prompt user to confirm logout (#4501) @iantrich

Changes in 0.104.0

  • ❤️ Add ability to remove Lovelace configuration #4430 @bramkragten
  • ❤️ Add support to add all device entities to Lovelace #4356 @bramkragten
  • 📣 Upgrade MDI icons to 4.7.95 #4341 @bonanitech

Changes in 0.101.0

Changes in 0.100.0

Changes in 0.99.0

  • ❤️ glance card: New configuration show_last_changed for entities
  • ❤️ glance card: New configuration image for entities
  • ❤️ views: New configuration image for badges
  • ❤️ views: New configuration icon for badges
  • ❤️ views: New configuration name for badges
  • 📣 Unused entities: Rewritten into a table view
  • 📣 Unused entities: Add entities to Lovelace cards
  • 📣 Lovelace background settings moved to theme --lovelace-background
  • 📣 Haptic feedback support added
  • 📣 Vibrate support added
  • 📣 MDI icons updated to 4.3.95
  • ⚠️ Only allow admins to edit UI configuration
  • 🔧 alarm panel card: Handle keyboard input
  • 🔧 alarm panel card: Show friendly_name if set
  • 🔧 entities card: Properly show "unavailable" timestamps
  • 🔧 entity filter card: Throttle updates for performance
  • 🔧 light card: Replace jQuery sliders
  • 🔧 light card: Move brightness below icon
  • 🔧 map card: Update preview when configuration changes
  • 🔧 Markdown card: Don't allow SVG by default
  • 🔧 Filter null badges
  • 🔧 Render an overlay on light cards when the light is unavailable
  • 🔧 Break long strings in notifications

Changes in 0.88.0

  • ❤️ Theming: New CSS card style ha-card-box-shadow (#2855)
  • 📣 Disable toast notifications for successful operations (#2700)
  • 📣 Color Picker: Toggleable between segmented and continuous (#2806)
  • 🔧 Fix login issue on Firefox (#2860)
  • 🔧 light card: Fix click events (#2850)

Changes in 0.87.0

  • ❤️ Theming: New CSS card style ha-card-border-radius
  • ❤️ Theming: New CSS card style ha-card-background
  • ❤️ New system-health card in dev-info
  • 📣 MDI icons updated to 3.3.92
  • 📣 UI Editor: YAML syntax support
  • 📣 UI Editor: Line numbers
  • 📣 UI Editor: Now supports columns on wide screens
  • 📣 Notifications: Indicator updated to show count of pending notifications
  • 📣 thermostat card: more-info button added
  • 📣 light card: more-info button added
  • 🔧 thermostat card: Fix slider
  • 🔧 Groups are now togglable

Changes in 0.86.0

Changes in 0.85.1

  • 🔧 UI Editor: Fix removal of resources on save
  • 🔧 Auto-gen correctly converts weblink entities to weblink row
  • 🔧 The weblink row opens links in new tabs

Changes in 0.85.0

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 configuration title to name
  • ⚠️ alarm panel card: Renamed configuration title to name
  • ⚠️ glance card: tap_action and hold_action configurations changed. See documentation.
  • ⚠️ entity button card: tap_action and hold_action configurations changed. See documentation.
  • ⚠️ picture card: tap_action and hold_action configurations changed. See documentation.
  • ⚠️ picture elements card: tap_action and hold_action configurations for elements changed. See documentation.
  • ⚠️ picture entity card: tap_action and hold_action configurations changed. See documentation.
  • ⚠️ picture glance card: tap_action and hold_action configurations changed. See documentation.

All Changes

  • ❤️ weather forecast card: New configuration name
  • ❤️ thermostat card: New configuration name
  • ❤️ plant status card: New configuration name
  • ❤️ picture elements card: Added state_image and camera_image
  • 📣 entities card: Alert entity rows are now displayed as toggles
  • 📣 Ability to generate a Lovelace configuration 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

Changes in 0.83.0

  • ❤️ New card type: shopping-list

Changes in 0.82.0

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

Changes in 0.81.0

  • ❤️ New card type: alarm-panel
  • ❤️ New card type: thermostat
  • ❤️ New card type: entity-button
  • ❤️ glance card: New theme option
  • ❤️ glance card: New columns option
  • ❤️ entity button card: New theme option
  • 📣 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.

Changes in 0.80.0

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

Changes in 0.77.0

  • ❤️ New notification drawer

Changes in 0.75.0

Breaking changes

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

All changes

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

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

Changes in 0.73.0

Views

  • 📣 New button to show unused entities in Lovelace

Changes in 0.73.0b4

Cards

Changes in 0.73.0b3

Views

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

Cards

Changes in 0.73.0b1

Cards

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

Changes in 0.72.1

Cards

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

Changes in 0.72

  • ❤️ Initial release of the Lovelace UI