Skip to content

ShonP40/ha-palgate

Repository files navigation

Palgate Home Assistant integration

GitHub Release hacs_badge

Unofficial integration, use at your own risk!

Requirements

You'll need to sniff your token from the app, this integration sends a simple REST command to open a gate using its ID with your token in the header

Installation

HACS (Recommended)

  1. Ensure that HACS is installed
  2. Add this repository as a custom repository
  3. Search for and install the "Palgate" integration
  4. Restart Home Assistant
  5. Configure the Palgate integration

MANUAL INSTALLATION

  1. Download the Source code (zip) file from the latest release
  2. Unpack the release and copy the custom_components/ha-palgate directory into the custom_components directory of your Home Assistant installation
  3. Restart Home Assistant
  4. Configure the Palgate integration

Todo

  • Add ability to customize open and close timeouts

Features

Cover

  • Open

Notes

  • Palgate's API does not report the position of the gate

  • This fork was made to preserve this code for anyone that's still using it since the original creator (sindrebroch) kept randomly making his repo private