-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Description
I was thinking if it would make sense to add a new pypi project: HAP-python-min. This would include all content from pyhap except for the accessories folder.
I'm currently working on a component for Home Assistant. Some of the examples form the accessories folder may work, but to port of all functions is basically more difficult than to write a new class which extends accessory. Because the initial code base for Home Assistant is already big their is a focus to keep additional imports as small as possible to improve performance. A min version would help accomplish that.