home-assistant-custom-components.volkswagencarnet: 5.4.5 -> 5.4.11
Diff: https://github.com/robinostlund/homeassistant-volkswagencarnet/compare/v5.4.5...v5.4.11 Changelog: https://github.com/robinostlund/homeassistant-volkswagencarnet/releases/tag/v5.4.11
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "robinostlund";
|
||||
domain = "volkswagencarnet";
|
||||
version = "5.4.5";
|
||||
version = "5.4.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "robinostlund";
|
||||
repo = "homeassistant-volkswagencarnet";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Ye++ialp9ryC6J+ZXrRqLkuLct6sbk3+NknZo4sx4hc=";
|
||||
hash = "sha256-soSTa6FYnNpzsl5goKS9xcSnubiXXUUGOJ3tDgbFDc8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -30,9 +30,6 @@ buildHomeAssistantComponent rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
# https://github.com/robinostlund/homeassistant-volkswagencarnet/issues/651
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/robinostlund/homeassistant-volkswagencarnet/releases/tag/${src.tag}";
|
||||
description = "Volkswagen Connect component for Home Assistant";
|
||||
|
||||
Reference in New Issue
Block a user