Unverified Commit f8641925 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

home-assistant-custom-components.octopus_energy: 18.1.1 -> 18.1.2 (#502820)

parents 8f7984af 86381293
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
  owner = "BottlecapDave";
  domain = "octopus_energy";
  version = "18.1.1";
  version = "18.1.2";

  src = fetchFromGitHub {
    inherit owner;
    repo = "HomeAssistant-OctopusEnergy";
    tag = "v${version}";
    hash = "sha256-wqhll0K5WKZDGWftaYLVd6uDS4w8mKU4yO4a4FLqseA=";
    hash = "sha256-+aMMloqNsDMHt5zSfv9EA9QoGG8VCJv5Aw0ctoWcs5Q=";
  };

  dependencies = [ pydantic ];