From 1feb5b617c099a0962538faa6d3679d2bbefc285 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Wed, 9 Jan 2019 17:10:31 -0600 Subject: [PATCH] 0.85 LL Changelog (#8115) --- source/lovelace/changelog.markdown | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 4a7aeda33d5..040c8fc7c2c 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -8,6 +8,33 @@ comments: false sharing: true footer: true --- +## {% linkable_title Changes in 0.85.0 %} +- 📣 [map card]: New config `geo_location_sources` +- 📣 [alarm panel card]: Hide keypad if `code_format` attribute is not "Number" +- 📣 [alarm panel card]: Hide code input field if `code_format` attribute is not set +- 📣 UI Editor for [picture card] +- 📣 UI Editor for [weather forecast card] +- 📣 UI Editor for [plant status card] +- 📣 UI Editor for [media control card] +- 📣 UI Editor for [iframe card] +- 📣 UI Editor for [sensor card] +- 📣 UI Editor for [shopping list card] +- 📣 UI Editor for [light card] +- 📣 UI Editor for [gauge card] +- 📣 UI Editor for [markdown card] +- 📣 UI Editor for [alarm panel card] +- 📣 UI Editor for [thermostat card] +- 📣 UI Editor for [entity button card] +- 📣 UI Editor for [map card] +- 🔧 [thermostat card] Step logic updated to match more-info behavior +- 🔧 [weather forecast card] Proper RTL support +- 🔧 [thermostat car] Set minimum height of card +- 🔧 Fix incorrect state display being cached +- 🔧 Fix `service-button` element `service_data` usage +- 🔧 Fix `picture-elements` element positioning to account for card title +- 🔧 Fix undefined [plant status card]/[weather forecast card] + + ## {% linkable_title Changes in 0.84.0 %} ### Breaking Changes