diff --git a/solax/inverters/x1_mini_v34.py b/solax/inverters/x1_mini_v34.py index 9a02518..e4daa8e 100644 --- a/solax/inverters/x1_mini_v34.py +++ b/solax/inverters/x1_mini_v34.py @@ -27,6 +27,7 @@ class X1MiniV34(InverterPost): [vol.Coerce(float)], vol.Any( vol.Length(min=69, max=69), + vol.Length(min=100, max=100), vol.Length(min=200, max=200), ), )