home-assistant-custom-components.octopus_energy: 16.1.0 -> 16.2.0

https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v16.1.0...v16.2.0
This commit is contained in:
Matteo Pacini
2025-08-27 20:55:29 +01:00
parent f55cde13bf
commit 25226fd860
@@ -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 {