https://github.com/shonp40/ha-palgate
Palgate Home Assistant integration
https://github.com/shonp40/ha-palgate
assistant custom home integration palgate
Last synced: 11 months ago
JSON representation
Palgate Home Assistant integration
- Host: GitHub
- URL: https://github.com/shonp40/ha-palgate
- Owner: ShonP40
- License: apache-2.0
- Created: 2022-02-27T18:33:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T14:51:19.000Z (about 1 year ago)
- Last Synced: 2025-05-12T15:54:18.137Z (about 1 year ago)
- Topics: assistant, custom, home, integration, palgate
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 27
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Palgate Home Assistant integration

[](https://github.com/hacs/integration)
Unofficial integration, use at your own risk!
## Installation
1. Ensure that [HACS](https://hacs.xyz/) 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
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=ShonP40&repository=ha-palgate&category=Integration)
## Configuration
1. `Device ID` - This is your physical Palgate device ID, can be obtained from the settings page of each gate in the Palgate app
2. `Linked Phone Number` - Lists the phone numbers of the Palgate accounts you linked
## Advanced Configuration
1. `Time (sec) gate takes to open` - The time it takes for the gate to open in seconds
2. `Time (sec) gate remains open` - The time the gate remains open in seconds
3. `Time (sec) gate takes to close` - The time it takes for the gate to close in seconds
4. `Allow triggering gate while opening, to invert direction` - If enabled, the gate can be triggered while opening to invert the direction
## Features
### Cover
- Open
- Custom open/close timouts
## Notes
- Palgate's API does not report the position of the gate
## Credits
- [sindrebroch](https://github.com/sindrebroch) - Original creator
- [DonutByte](https://github.com/DonutByte) - [Python implementation with an updated time-sensitive token generator](https://github.com/DonutByte/pylgate)
- [doron1](https://github.com/doron1) - [Implemented support for time-sensitive tokens](https://github.com/ShonP40/ha-palgate/pull/4)
- [bondar](https://github.com/bondar) - [Implemented support for devices that control multiple gates](https://github.com/ShonP40/ha-palgate/pull/18)