home-assistant-custom-components.volvo_cars: 1.5.6 -> 1.5.7

https://github.com/thomasddn/ha-volvo-cars/releases/tag/v1.5.7
This commit is contained in:
Martin Weinelt
2025-08-08 04:19:38 +02:00
parent 788b9699a6
commit 890967ed7b
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "thomasddn";
domain = "volvo_cars";
version = "1.5.6";
version = "1.5.7";
src = fetchFromGitHub {
owner = "thomasddn";
repo = "ha-volvo-cars";
tag = "v${version}";
hash = "sha256-2eTUIbwAadJsOp1ETDY6+cEPVMOzhj1otEyzobysqaY=";
hash = "sha256-2wRqEa7jVumbRNCGrFa0gYEzgGwUrMnW2A8JhPTTMCc=";
};
meta = {