Integration to integrate with monta.
This integration will set up the following platforms.
Platform | Description |
---|---|
binary_sensor |
Show something True or False . |
sensor |
Show info from Monta API. |
switch |
Switch something True or False . |
services |
start_charging and `stop_charging`` |
- Download the integration via HACS
- Click download
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Monta"
- Go to HACS in Home Assistant
- Click on integrations
- In top right corner, click three dots, click 'Custom repositories'
- Paste this repository URL (https://github.com/nickknissen/hass-monta/) in repository box
- Choose integration in category box
- Click add, wait while repository is added, close window
- Click the new repository, and click download
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Monta"
- Using your tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledmonta
. - Download all of the files from the
custom_components/monta/
directory here, in this repository. - Place the files you downloaded into the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations", click "+", and search for "Monta"
👉 Monta Public API is in BETA currently. In order to obtain client id/Client secret to it, you might have to opt-in to their Beta program. This can be done in your user account settings in the app or in Monta's CPMS.
Client id and secret are obtained from https://portal2.monta.app/applications.
If you want to contribute to this please read the Contribution guidelines