diff --git a/README.md b/README.md index e25d710..702cf4b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Please ⭐️ this repo if you find it useful ```yaml resources: - - url: /local/mini-climate-card-bundle.js?v=1.2.3 + - url: /local/mini-climate-card-bundle.js?v=1.2.4 type: module ``` @@ -33,14 +33,14 @@ Please ⭐️ this repo if you find it useful 2. Grab `mini-climate-card-bundle.js` ```console - $ wget https://github.com/artem-sedykh/mini-climate-card/releases/download/v1.2.3/mini-climate-card-bundle.js + $ wget https://github.com/artem-sedykh/mini-climate-card/releases/download/v1.2.4/mini-climate-card-bundle.js ``` 3. Add a reference to `mini-climate-card-bundle.js` inside your `ui-lovelace.yaml`. ```yaml resources: - - url: /local/mini-climate-card-bundle.js?v=1.2.3 + - url: /local/mini-climate-card-bundle.js?v=1.2.4 type: module ``` @@ -53,7 +53,7 @@ Please ⭐️ this repo if you find it useful ```yaml resources: - - url: /local/mini-climate-card-bundle.js?v=1.2.3 + - url: /local/mini-climate-card-bundle.js?v=1.2.4 type: module ``` diff --git a/package.json b/package.json index ed159d6..847e4ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-climate-card", - "version": "v1.2.3", + "version": "v1.2.4", "description": "a/c card for Home Assistant Lovelace UI", "keywords": [ "home-assistant", diff --git a/release_notes/v1.2.4.md b/release_notes/v1.2.4.md new file mode 100644 index 0000000..2c6d7c7 --- /dev/null +++ b/release_notes/v1.2.4.md @@ -0,0 +1,6 @@ +## v1.2.4 +[![Downloads](https://img.shields.io/github/downloads/artem-sedykh/mini-climate-card/v1.2.4/total.svg)](https://github.com/artem-sedykh/mini-climate-card/releases/tag/v1.2.4) + +### FIXED + +- Styles fixed #23(When the toggle_button is hidden)