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 { buildHomeAssistantComponent rec {
owner = "hultenvp"; owner = "hultenvp";
domain = "solis"; domain = "solis";
version = "3.7.0"; version = "3.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hultenvp"; owner = "hultenvp";
repo = "solis-sensor"; repo = "solis-sensor";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-bKe8c+gQj9jvZKlqcbLiD6NhPDJVy/2mxRM8jjlOPnI="; hash = "sha256-oJXbDuHT5temcei3ea1cUsqVB70am6WZjHbIehnZs6k=";
}; };
dependencies = [ aiofiles ]; dependencies = [ aiofiles ];