mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
1.1 KiB
1.1 KiB
Description:
Related issue (if applicable): #
Example entry for configuration.yaml (if applicable):
Checklist:
If code communicates with devices:
- Local tests with
toxrun successfully. Your PR cannot be merged unless tests pass - New dependencies have been added to the
REQUIREMENTSvariable (example). - New dependencies are only imported inside functions that use them (example).
- New dependencies have been added to
requirements_all.txtby runningscript/gen_requirements_all.py. - New files were added to
.coveragerc.
If the code does not interact with devices:
- Tests have been added to verify that the new code works.