Skip to content

Commit

Permalink
home-assistant-custom-components.solis-sensor: 3.8.0 -> 3.8.1 (#371370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 6, 2025
2 parents 0592ec9 + 78c9ec6 commit af8a816
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "hultenvp";
domain = "solis";
version = "3.8.0";
version = "3.8.1";

src = fetchFromGitHub {
owner = "hultenvp";
repo = "solis-sensor";
rev = "v${version}";
hash = "sha256-lExwqJj70iNzjZyTw5udcWx6FB95aqZh7cYtXHWMHK0=";
hash = "sha256-sjLHridYiF2x5XzW869BNjH9y2WtfvXXsNICKUmpOYM=";
};

dependencies = [ aiofiles ];
Expand Down

0 comments on commit af8a816

Please sign in to comment.