A simple library to interface with EPS systems, built for use with Home-Assistant
Project description
pyepsalarm
Python library to interface with EPS systems, operated by Homiris for instance.
Example use:
from pyepsalarm import EPS
token = "MYTOKEN"
username = "123456789"
password = "mypassword+"
eps = EPS(token, username, password)
eps.get_status()
eps.arm_night(silent=True)
eps.get_status()
eps.disarm()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyepsalarm-1.0.4.tar.gz
(7.2 kB
view details)
File details
Details for the file pyepsalarm-1.0.4.tar.gz
.
File metadata
- Download URL: pyepsalarm-1.0.4.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc92bd7abb2be4c0c4a9406017364dec37636b9a1076b3d042e945d65087a565 |
|
MD5 | c9d905e01055fa01f8032cab41f2f79d |
|
BLAKE2b-256 | 1673f9fd342d75382f81c6195932d2c2b9c762f9987440ce78c560370df36f20 |