From eec8e488da7017f37f6580ea252af7456199b699 Mon Sep 17 00:00:00 2001 From: Steve Herrell <47094394+twrecked@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:18:26 -0500 Subject: [PATCH] Fix some docs... (#139) --- README.md | 5 ----- changelog | 4 ++-- info.md | 5 +++++ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 39d6f64..195dc11 100644 --- a/README.md +++ b/README.md @@ -136,11 +136,6 @@ to the next page, **<** to the previous and **X** closes the window. ## Configuration -__From version 0.2 onwards the configuration settings have changed.__ - -_To continue using the previous configuration make sure to leave the `show` -option in your settings._ - #### Card Type | Name | Value | Description | diff --git a/changelog b/changelog index 26f2d74..0c9ad13 100644 --- a/changelog +++ b/changelog @@ -5,8 +5,8 @@ remove old configuration support print version out when requested 0.3.0a0: moved to HTMLElement - fixed lock/light in stream player - fixed bell2 display + fixed lock/light in stream player + fixed bell2 display 0.2.0b5: fix plugin icon 0.2.0b4: replace alert() with logs diff --git a/info.md b/info.md index 479e0c5..8838331 100644 --- a/info.md +++ b/info.md @@ -2,6 +2,11 @@ Lovelace card designed specifically for the [AArlo Integration](https://github.com/twrecked/hass-aarlo). +### **Breaking Changes** + +**The "Old Configuration" format has been deprecated, this code throws an error +if it detects the old style.** + ## Version 0.3 **Be warned, 0.3 is in alpha**