Merge pull request #5728 from home-assistant/lovelace/changelog-fixes

Lovelace changelog Markdownlint & spelling fixes
This commit is contained in:
DubhAd 2018-07-09 21:05:52 +01:00 committed by GitHub
commit 5239a419f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,24 +10,29 @@ footer: true
--- ---
## {% linkable_title Changes in 0.73.1 %} ## {% linkable_title Changes in 0.73.1 %}
- Setting Lovelace as default now updates `Overview` button to point to `/lovelace` - Setting Lovelace as default now updates `Overview` button to point to `/lovelace`
- Allow setting background styles (global and per view) - Allow setting background styles (global and per view)
### Cards ### Cards
- 📣 New card: `map` that allows showing `device_tracker` entities on a map card - 📣 New card: `map` that allows showing `device_tracker` entities on a map card
- 📣 `entities` card now support `type: custom:state-card-custom` for the entities list - 📣 `entities` card now support `type: custom:state-card-custom` for the entities list
## {% linkable_title Changes in 0.73.0 %} ## {% linkable_title Changes in 0.73.0 %}
### Views ### Views
- 📣 New button to show unused entities in Lovelace - 📣 New button to show unused entities in Lovelace
## Changes in 0.73.0b5 %} ## Changes in 0.73.0b5 %}
- 🏁 Only minor fixes in this release - 🏁 Only minor fixes in this release
## {% linkable_title Changes in 0.73.0b4 %} ## {% linkable_title Changes in 0.73.0b4 %}
### Cards ### Cards
- 📣 `picture-entity` allow hiding of infobar using `show_info: false` - 📣 `picture-entity` allow hiding of infobar using `show_info: false`
- 📣 `picture-entity` now supports `tap_action` parameter allowing you to switch from `on`/`off` to `more-info-dialog` - 📣 `picture-entity` now supports `tap_action` parameter allowing you to switch from `on`/`off` to `more-info-dialog`
- 📣 `picture-glance` now supports `navigation_path` - 📣 `picture-glance` now supports `navigation_path`
@ -38,9 +43,11 @@ footer: true
## {% linkable_title Changes in 0.73.0b3 %} ## {% linkable_title Changes in 0.73.0b3 %}
### Views ### Views
- 📣 Added panel mode for a view to use 1st card to fill whole screen
- 📣 Added panel mode for a view to use the 1st card to fill the whole screen
### Cards ### Cards
- 📣 New card: `picture` for triggering navigation and services - 📣 New card: `picture` for triggering navigation and services
- 📣 `picture-elements` now supports `navigation` type - 📣 `picture-elements` now supports `navigation` type
- 📣 `picture-entity` now supports `camera_image` - 📣 `picture-entity` now supports `camera_image`
@ -54,11 +61,13 @@ footer: true
- ‼️ `entity-filter` no longer allows to show all entities or a full domain - ‼️ `entity-filter` no longer allows to show all entities or a full domain
## {% linkable_title Changes in 0.73.0b2 %} ## {% linkable_title Changes in 0.73.0b2 %}
- :zap: Went by too fast :zap: - :zap: Went by too fast :zap:
## {% linkable_title Changes in 0.73.0b1 %} ## {% linkable_title Changes in 0.73.0b1 %}
### Cards ### Cards
- `column` renamed to `vertical-stack` - `column` renamed to `vertical-stack`
- `row` renamed to `horizontal-stack` - `row` renamed to `horizontal-stack`
- `picture-elements` new `state-badge` using `ha-state-label-badge` - `picture-elements` new `state-badge` using `ha-state-label-badge`
@ -71,30 +80,34 @@ footer: true
- 🔧 Fix card size calculation `horizontal-stack`/`vertical-stack` - 🔧 Fix card size calculation `horizontal-stack`/`vertical-stack`
## {% linkable_title Changes in 0.73.0b0 %} ## {% linkable_title Changes in 0.73.0b0 %}
- 📣 New feature to allow Lovelace to be default for `/` - 📣 New feature to allow Lovelace to be default for `/`
### Views ### Views
- 📣 Now views have deep-links: `/lovelace/3` will link to the tab with id `3` - 📣 Now views have deep-links: `/lovelace/3` will link to the tab with id `3`
- `name` renamed `title` to match cards setup - `name` renamed `title` to match cards setup
- `tab_icon` renamed `icon` for simplicity - `tab_icon` renamed `icon` for simplicity
### Cards ### Cards
- 📣 New card: `picture-elements` - 📣 New card: `picture-elements`
- 📣 New card: `column` - 📣 New card: `column`
- 📣 New card: `row` - 📣 New card: `row`
- 📣 `glance` allow custom title for entities - rename your entity only in this card - 📣 `glance` allow custom title for entities - rename your entity only in this card
- 📣 `entities` toggle button in header can now be hidden using `show_header_toggle: false` - 📣 `entities` toggle button in a header can now be hidden using `show_header_toggle: false`
- `entity-picture` renamed `picture-entity` to be consistent with `picture-glance` - `entity-picture` renamed `picture-entity` to be consistent with `picture-glance`
- `entity-filter` removed `card_config` and made `card` property an object - `entity-filter` removed `card_config` and made `card` property an object
- 🔧 Fix use of groups in `picture-entity` - 🔧 Fix use of groups in `picture-entity`
- 🔧 Fix title in `glance` to avoid overlapping - 🔧 Fix the title in `glance` to avoid overlapping
## {% linkable_title Changes in 0.72.1 %} ## {% linkable_title Changes in 0.72.1 %}
### Cards ### Cards
- 🐞 Bug introduced in `glance` card - titles now overlap - 🐞 Bug introduced in `glance` card - titles now overlap
- 📣 New card: `iframe` - 📣 New card: `iframe`
## {% linkable_title Changes in 0.72 %} ## {% linkable_title Changes in 0.72 %}
- Initial release of the Lovelace UI
- Initial release of the Lovelace UI