home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912)

This commit is contained in:
Martin Weinelt 2024-11-18 12:58:08 +01:00 committed by GitHub
commit b3f2aa7e4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "hultenvp";
domain = "solis";
version = "3.7.0";
version = "3.7.1";
src = fetchFromGitHub {
owner = "hultenvp";
repo = "solis-sensor";
rev = "v${version}";
hash = "sha256-bKe8c+gQj9jvZKlqcbLiD6NhPDJVy/2mxRM8jjlOPnI=";
hash = "sha256-oJXbDuHT5temcei3ea1cUsqVB70am6WZjHbIehnZs6k=";
};
dependencies = [ aiofiles ];