home-assistant-custom-components.solax_modbus: 2026.04.5 -> 2026.05.1 (#519625)

This commit is contained in:
Martin Weinelt
2026-05-13 11:46:26 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2026.04.5";
version = "2026.05.1";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-HsitTtf0CQFjF4Xq3pcGrPQzQtcCgE9sr4S4kwRM6ko=";
hash = "sha256-x6XvN0EDh5GHZy+ye4arw8RJOixszW9G7AKS9OHEZLk=";
};
dependencies = [ pymodbus ];