Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 356 Bytes

DEVELOPMENT.md

File metadata and controls

18 lines (13 loc) · 356 Bytes

Local Development

To get the addon to run locally, make these changes but do not commit them to any PR

Add the ARCH arg to the build.json file:

{
    "args": {
      "TESLAMATE_TAG": "1.21.2",
      "ARCH": "amd64"
    }
}

Remove the image key from config.json

This will make Home Assistant build the container every time.