home-assistant-custom-components.solax_modbus: 2026.03.3 -> 2026.03.4

This commit is contained in:
R. Ryantm
2026-04-01 05:36:50 +00:00
parent 62c6ee843f
commit 045d2f2c3c
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2026.03.3";
version = "2026.03.4";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-ARgTPPBHky7tTInDcHlqTl64JB545xNxsIl0pAV+BRo=";
hash = "sha256-bgXpwY2kWwOAQCE2BioOmhkWVXBSX4cXL71kkB7EomE=";
};
dependencies = [ pymodbus ];