Unverified Commit 288dc955 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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
parents 4be1b4c4 32266c62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
{
  "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",