home-assistant-custom-components.volvo_cars: 1.5.3 -> 1.5.4

https://github.com/thomasddn/ha-volvo-cars/releases/tag/v1.5.4
This commit is contained in:
Martin Weinelt
2025-06-12 16:38:32 +02:00
committed by Robert Schütz
parent 8d20160183
commit f9cc4d00c6
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "thomasddn";
domain = "volvo_cars";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "thomasddn";
repo = "ha-volvo-cars";
tag = "v${version}";
hash = "sha256-f7+RBAOkNUVJ4P/B/cMK7eGFrTnn8TGsC26vfSHc8Z4=";
hash = "sha256-oAGUa8KxLbzZs7xw/P9kwwG/ija03HXJ4jACluUd048=";
};
meta = with lib; {