Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: must call Pylontech Home Assistent init() method
previously, the Pytlontech Home Assistent class implementation had an init() method, that was never called, as it did nothing. the class relied on its loop() method being called from the main loop(). after switching to the TaskScheduler approach, the Pylontech Home Assistent class init() method was adjusted to register a task that calls the loop() method periodically. however, the init() method was still not called.
- Loading branch information