home-assistant-custom-components.homematicip_local: 2.7.3 -> 2.8.2
Diff: https://github.com/SukramJ/custom_homematic/compare/2.7.3...2.8.2 Changelog: https://github.com/SukramJ/custom_homematic/blob/2.8.2/changelog.md
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
aiohomematic-test-support,
|
||||
home-assistant,
|
||||
openccu-data,
|
||||
openccu-loom-client,
|
||||
pytest-homeassistant-custom-component,
|
||||
pytest-xdist,
|
||||
pytestCheckHook,
|
||||
@@ -16,13 +17,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "SukramJ";
|
||||
domain = "homematicip_local";
|
||||
version = "2.7.3";
|
||||
version = "2.8.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SukramJ";
|
||||
repo = "custom_homematic";
|
||||
tag = version;
|
||||
hash = "sha256-9dXvIxMMdHTOi9JbRsHbySqRUYq6dN+MzrOocq9cpdA=";
|
||||
hash = "sha256-KCvchOYhBYJNYbc/7HvuwrXMDoxkl15ikpJPZMC4cEc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -36,6 +37,7 @@ buildHomeAssistantComponent rec {
|
||||
aiohomematic
|
||||
aiohomematic-config
|
||||
openccu-data
|
||||
openccu-loom-client
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
@@ -54,8 +56,6 @@ buildHomeAssistantComponent rec {
|
||||
disabledTests = [
|
||||
# custom_components.homematicip_local.support.InvalidConfig: C
|
||||
"test_async_validate_config_and_get_system_information"
|
||||
# Failed: Lingering timer after test <TimerHandle when=3043632.864116499 Store._async_schedule_callback_delayed_write() created at /nix/store/5rh57mhaihd9wff1rqnskvs8nxh9sv3z-homeassistant-2026.6.0/lib/python3.14/site-packages/homeassistant/helpers/storage.py:516>
|
||||
"test_reauth_flow_success"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user