Skip to content

Commit b0996c7

Browse files
committed
Fix SolaX LV
1 parent f82b37b commit b0996c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/solax_modbus/plugin_solax_lv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from homeassistant.helpers.entity import EntityCategory # type: ignore[attr-defined] # HA stubs incomplete
1919

20-
from custom_components.solax_modbus.const import ( # type: ignore[attr-defined]
20+
from custom_components.solax_modbus.const import (
2121
BUTTONREPEAT_FIRST,
2222
BUTTONREPEAT_POST,
2323
CONF_READ_DCB,

0 commit comments

Comments
 (0)