An alpha version KitchenOwl Home Assistant integration.
The integration currently supports:
To manually install the integration in your local Home Assistant instance
custom_components/kitchenowl foldercustom_components folder
cd config/custom_compontents
unzip kitchenowl.zip
rm kitchenowl.zip
https://app.kitchenowl.org)Set up the local development environment according to https://developers.home-assistant.io/docs/development_environment
Add this to the devcontainer.json to mount your local directory into the container
"mounts":[
"source=<your_path>/custom_components,target=/workspaces/core/config/custom_components,type=bind,consistency=cached"
]
Python
100.0%
An alpha version KitchenOwl Home Assistant integration.
The integration currently supports:
To manually install the integration in your local Home Assistant instance
custom_components/kitchenowl foldercustom_components folder
cd config/custom_compontents
unzip kitchenowl.zip
rm kitchenowl.zip
https://app.kitchenowl.org)Set up the local development environment according to https://developers.home-assistant.io/docs/development_environment
Add this to the devcontainer.json to mount your local directory into the container
"mounts":[
"source=<your_path>/custom_components,target=/workspaces/core/config/custom_components,type=bind,consistency=cached"
]
Python
100.0%