diff --git a/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix b/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix index 621b19285a42..71dcfc1fcf91 100644 --- a/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix +++ b/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix @@ -11,13 +11,13 @@ buildHomeAssistantComponent rec { owner = "BottlecapDave"; domain = "octopus_energy"; - version = "16.1.0"; + version = "16.2.0"; src = fetchFromGitHub { inherit owner; repo = "HomeAssistant-OctopusEnergy"; tag = "v${version}"; - hash = "sha256-QQyDQQpVghapBUxUSlHjnrpi3tBEYLOdJiARnL4mYbc="; + hash = "sha256-CSwf7hIVVUSewFRPszVJ1MzwLpU5IjFfTgo+oiJA4R0="; }; dependencies = [ pydantic ]; @@ -34,10 +34,11 @@ buildHomeAssistantComponent rec { "tests/integration" "tests/local_integration" - # This unit test changes Home Assistant's default time zone to Europe/London + # These unit tests change Home Assistant's default time zone to Europe/London # without restoring it, which fails pytest-homeassistant-custom-component's # teardown "tests/unit/utils/test_get_off_peak_cost.py::test_when_rates_available_and_bst_then_off_peak_cost_returned" + "tests/unit/utils/test_dict_to_typed_dict.py::test_when_utc_datetime_is_present_during_bst_then_converted_to_correct_datetime" ]; passthru.updateScript = nix-update-script {