This warning was shown in the logs after integrating the kostal custom component:
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for kostal doing I/O at custom_components/kostal/sensor.py, line 250: self.info = self.piko._get_info()
Propably this should be moved outside the ui thread.
This warning was shown in the logs after integrating the kostal custom component:
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for kostal doing I/O at custom_components/kostal/sensor.py, line 250: self.info = self.piko._get_info()
Propably this should be moved outside the ui thread.