Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 506 Bytes

Glutz eAccess Integration for Home Assistant

Home Asssistant Configuration

In configuration.yml:

glutz:
  url: http://192.1.2.3:8080/rpc/
  proxy: http://http-proxy:9090
  username: glutz-api-username
  password: glutz-api-password

Developer Setup

  1. Install Python 3 export PATH=/usr/local/bin:/usr/local/sbin:$PATH; brew install python
  2. Upgrade Pip pip install --upgrade pip
  3. Install Pipenv pip install --user pipenv
  4. Install Virtualenv pip install virtualenv