Unverified Commit 38ab4851 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

home-assistant-custom-components.octopus_energy: 18.1.2 -> 18.2.1 (#511052)

parents bdab5e72 289b1c6c
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.2";
  version = "18.2.1";

  src = fetchFromGitHub {
    inherit owner;
    repo = "HomeAssistant-OctopusEnergy";
    tag = "v${version}";
    hash = "sha256-+aMMloqNsDMHt5zSfv9EA9QoGG8VCJv5Aw0ctoWcs5Q=";
    hash = "sha256-wEVD1Ixriv4C6TbG+IrQoEl9f+tIfV/OysXRytVQ8FE=";
  };

  dependencies = [ pydantic ];