Skip to content

home-assistant/intents-package

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.