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:
commit
288dc9554f
2 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
mkYarnPackage rec {
|
mkYarnPackage rec {
|
||||||
pname = "multiple-entity-row";
|
pname = "multiple-entity-row";
|
||||||
version = "4.5.0";
|
version = "4.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "benct";
|
owner = "benct";
|
||||||
repo = "lovelace-multiple-entity-row";
|
repo = "lovelace-multiple-entity-row";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3CkBzxB3bX4jwk71PaRMX1MkAb6UVOBqZCYpTN7VORY=";
|
hash = "sha256-CXRgXyH1NUg7ssQhenqP0tXr1m2qOkHna3Rf30K3SjI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
packageJSON = ./package.json;
|
packageJSON = ./package.json;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "multiple-entity-row",
|
"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",
|
"description": "Show multiple entity states, attributes and icons on entity rows in Home Assistant's Lovelace UI",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"home-assistant",
|
"home-assistant",
|
||||||
|
|
Loading…
Reference in a new issue