Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 523 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 523 Bytes

Home Assistant Intents Package

Packaging for intents

Install

Clone the repo and create a virtual environment:

git clone --recursive https://github.com/home-assistant/intents-package
cd intents-package
script/setup

Package

Update the submodule:

git submodule update --remote

Bump the version in pyproject.toml to YYYY.M.D and commit changes.

Generate dist:

script/package

Upload .tar.gz and .whl in dist/ to PyPI.