1 2 3 4 5 6 7
|
# PyPoint Python package for the Minut Point
  
Used by [Home Assistant](https://www.home-assistant.io/integrations/point).
The `pyPoint` library enables Python integration with the Minut Point. To connect with Point, you will have to sign up for a developer account and get a client_id and client_secret with the callback url configured as your `base_url + /api/minut`, e.g. http://localhost:8123/api/minut.
|