Unverified Commit 44398fbb authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.octopus_energy: 17.1.1 -> 18.0.0 (#492889)

parents 74dc4920 a3b17adc
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 = "17.1.1";
  version = "18.0.0";

  src = fetchFromGitHub {
    inherit owner;
    repo = "HomeAssistant-OctopusEnergy";
    tag = "v${version}";
    hash = "sha256-L1LqH9QMasVCZdsnHpKdxYGpsc/2vaIPAbiYc6vVshM=";
    hash = "sha256-nCE3cdvaDTIeallI+0gr8IRHyXORzJyWgC4gxXIfLh8=";
  };

  dependencies = [ pydantic ];