home-assistant-custom-lovelace-modules.multiple-entity-row: 4.5.0 -> 4.5.1

https://github.com/benct/lovelace-multiple-entity-row/releases/tag/v4.5.1
This commit is contained in:
Martin Weinelt 2024-02-23 01:42:47 +01:00
parent 8a074fc7dd
commit 32266c6245
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@
mkYarnPackage rec {
pname = "multiple-entity-row";
version = "4.5.0";
version = "4.5.1";
src = fetchFromGitHub {
owner = "benct";
repo = "lovelace-multiple-entity-row";
rev = "v${version}";
hash = "sha256-3CkBzxB3bX4jwk71PaRMX1MkAb6UVOBqZCYpTN7VORY=";
hash = "sha256-CXRgXyH1NUg7ssQhenqP0tXr1m2qOkHna3Rf30K3SjI=";
};
packageJSON = ./package.json;

View File

@ -1,6 +1,6 @@
{
"name": "multiple-entity-row",
"version": "4.5.0",
"version": "4.5.1",
"description": "Show multiple entity states, attributes and icons on entity rows in Home Assistant's Lovelace UI",
"keywords": [
"home-assistant",