From 27eff17586a27b91db2c7a9de83a8b4e3f8b9217 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sun, 28 Oct 2018 02:45:32 -0500 Subject: [PATCH] 0.81.0 changelog additions (#7169) * 0.81.0 changelog additions * Clarification on custom UI support --- source/lovelace/changelog.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index f1ecc65e22d..18573daa384 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -8,6 +8,16 @@ comments: false sharing: true footer: true --- +## {% linkable_title Changes in 0.81.0 %} +- 📣 New card type: `alarm-panel` ❤️ +- 📣 New card type: `thermostat` ❤️ +- 📣 New card type: `entity-button` ❤️ +- 📣 [glance card]: can be themed +- 📣 [glance card]: define columns within +- 📣 [entity button]: can be themed +- 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. + ## {% linkable_title Changes in 0.80.0 %} - 📣 New card type: `sensor` ❤️ - 📣 New card type: `gauge` ❤️