Integrate Xplora watches into Home Assistant
Find a file
2025-07-26 13:12:17 +03:00
config Initial commit 2025-07-26 11:19:39 +03:00
xplora_ha Add more info to states 2025-07-26 13:12:07 +03:00
.gitignore Initial commit 2025-07-26 11:19:39 +03:00
Dockerfile Initial commit 2025-07-26 11:19:39 +03:00
install.sh Initial commit 2025-07-26 11:19:39 +03:00
LICENSE Initial commit 2025-07-26 11:19:39 +03:00
podman_build.sh Initial commit 2025-07-26 11:19:39 +03:00
podman_push.sh Initial commit 2025-07-26 11:19:39 +03:00
podman_run.sh Initial commit 2025-07-26 11:19:39 +03:00
pyproject.toml increase version 2025-07-26 13:12:17 +03:00
README.md Initial commit 2025-07-26 11:19:39 +03:00
requirements.txt Add initial code 2025-07-26 12:17:28 +03:00
setup.cfg increase version 2025-07-26 13:12:17 +03:00
setup.py Initial commit 2025-07-26 11:19:39 +03:00
wrapper.sh Initial commit 2025-07-26 11:19:39 +03:00
xplora_ha.sh Initial commit 2025-07-26 11:19:39 +03:00

xplora_ha

Requirements

Installation

Linux

To install for example in your ~/.local/bin folder:

./install.sh --destination ~/.local/bin

To install system-wide:

sudo ./install.sh --destination /usr/local/bin

Change your configuration file in "${HOME}/.config/xplora_ha.conf" (see the example in the config folder).

Windows (from PowerShell)

Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.

& $(where.exe pip).split()[0] install .

Usage

xplora_ha.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters