Skip to content

This is the library that should be imported when writing a plugin for the ha-sts server.

License

Notifications You must be signed in to change notification settings

ha-sts/ha-sts-plugin-library

Repository files navigation

ha-sts-plugin-library

This is the library that should be imported when writing a plugin for the ha-sts server.

FIXME: Write a readme about the library, not how to build it.

Commands to build and push to PyPi:

  • Install build dependencies:
pip install --upgrade -r requirements.txt
  • Run tests and such:
python ./analysis_pylint.py
python ./analysis_coverage.py
python ./analysis_radon.py
  • Build and upload:
rm -rf dist/*
python -m build
twine upload --config-file .pypirc dist/*

About

This is the library that should be imported when writing a plugin for the ha-sts server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages