Merge pull request #290733 from mweinelt/multiple-entity-row-4.5.1

home-assistant-custom-lovelace-modules.multiple-entity-row: 4.5.0 -> 4.5.1
This commit is contained in:
Martin Weinelt 2024-02-25 14:50:47 +01:00 committed by GitHub
commit 288dc9554f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",