home-assistant-custom-components.solis-sensor: disable manifest check

Our aiofiles version is newer than what the manifest pins.
This commit is contained in:
Martin Weinelt 2024-10-13 01:52:19 +02:00
parent 6a7304f2d7
commit c6520394b3

View File

@ -14,11 +14,13 @@ buildHomeAssistantComponent rec {
owner = "hultenvp";
repo = "solis-sensor";
rev = "v${version}";
sha256 = "sha256-bKe8c+gQj9jvZKlqcbLiD6NhPDJVy/2mxRM8jjlOPnI=";
hash = "sha256-bKe8c+gQj9jvZKlqcbLiD6NhPDJVy/2mxRM8jjlOPnI=";
};
dependencies = [ aiofiles ];
dontCheckManifest = true; # aiofiles version constraint mismatch
meta = with lib; {
description = "Home Assistant integration for the SolisCloud PV Monitoring portal via SolisCloud API";
changelog = "https://github.com/hultenvp/solis-sensor/releases/tag/v${version}";