From c67c83c70578d844c8538d0b86dd09feb8ba55fc Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 15 Jul 2018 14:25:17 +0300 Subject: [PATCH 1/3] Updates for future beta --- source/lovelace/changelog.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 923247b75c01..535b0265e638 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -9,6 +9,23 @@ sharing: true footer: true --- +## {% linkable_title Changes in 0.74.0b01 %} +- 🔧 Fix language detection for country codes + +### Views +- Add basic support for `badges` like in old view style + +### Cards +- `glance` card supports now `toggle` and `turn_on` besides showing more-info dialog +- `glance` card supports now to hide `name` or `state` +- `history-graph` supports override of history names +- Allow `picture-glance` to open more info for camera +- Show more-info for `media_players` in `picture-glance` +- `picture-elements` card now supports also `image` as element type +- `picture-elements` card now supports also `service-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` From 9b8f18b7bd38755fb32a4717495358e58ea7e220 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 15 Jul 2018 15:07:23 +0300 Subject: [PATCH 2/3] Update views changelog --- source/lovelace/changelog.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 535b0265e638..039d251a06b8 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -14,6 +14,7 @@ footer: true ### Views - Add basic support for `badges` like in old view style +- Custom cards now work with `panel: true` ### Cards - `glance` card supports now `toggle` and `turn_on` besides showing more-info dialog From 29ca01d5bbfee177ebbb5f03d5d8280227b841a7 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 16 Jul 2018 15:57:33 +0300 Subject: [PATCH 3/3] Updated based on PR feedback --- source/lovelace/changelog.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 039d251a06b8..e7b0b2df728a 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -9,17 +9,16 @@ sharing: true footer: true --- -## {% linkable_title Changes in 0.74.0b01 %} -- 🔧 Fix language detection for country codes +## {% 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 now `toggle` and `turn_on` besides showing more-info dialog +- `glance` card supports now `toggle` and `turn-on` besides showing more-info dialog - `glance` card supports now to hide `name` or `state` -- `history-graph` supports override of history names +- `history-graph` supports override of entity names - Allow `picture-glance` to open more info for camera - Show more-info for `media_players` in `picture-glance` - `picture-elements` card now supports also `image` as element type