Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home Assistant example contributing guidance, including modular, small as possible, and portable and reusable #35

Open
ericherman opened this issue Feb 6, 2023 · 1 comment

Comments

@ericherman
Copy link
Contributor

While not public code, the guidance for Home Assistant contributions may be worth including as an example:

https://developers.home-assistant.io/docs/creating_component_code_review/#4-communication-with-devicesservices

@ericherman
Copy link
Contributor Author

Of special note is that that all extensions must exist in the public Python Package Index; this has the side-effect that any other python script should be able to use the extension, which makes the extensions modular, reusable, and portable by default -- any other python program -- not just Home Assistant -- can include and use the extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant