I’m writing an external component for ESPHome, that requires some additional Python modules (from Pypi). Is there a way to require them?
Yes. manifest.json - look at any integration, they all have dependencies, and are specified in manifest.json.
1 Like