home-assistant-custom-components.solax_modbus: 2025.06.1 -> 2025.07.8b1

https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.07.8b1
This commit is contained in:
Martin Weinelt
2025-08-08 04:19:42 +02:00
parent cc2d5d32a0
commit c80af08e24
@@ -8,21 +8,15 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2025.06.1";
version = "2025.07.8b1";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-aKbd/eNzROHF4evFS4sH8+dJwj5f3xZsF4qjTzHIu9g=";
hash = "sha256-6/fMAOSfdj5jTTJa8ySygeipS+5P0ZCURhmkSv/e0Sk=";
};
postPatch = ''
substituteInPlace custom_components/solax_modbus/payload.py --replace-fail \
'from pymodbus.utilities import (' \
'from pymodbus.pdu.pdu import ('
'';
dependencies = [ pymodbus ];
meta = {