Skip to content

Commit

Permalink
home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 18, 2024
2 parents d03497e + 4b8c5f1 commit b3f2aa7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit b3f2aa7

Please sign in to comment.