WouterTuinstra / Homeassistant-Growatt-Local-Modbus

Provides Home Assistant sensors for Growatt inverters that you can connect directly using modbus protocol
Apache License 2.0
17 stars 11 forks source link

Typo in function name #10

Closed hogend closed 8 months ago

hogend commented 8 months ago

In API/growatt.py:205

async def get_device_into(self) -> GrowattDeviceInfo:

must be

async def get_device_info(self) -> GrowattDeviceInfo:

WouterTuinstra commented 8 months ago

Thanks for letting me know fixed the issue.