No description
Find a file
2026-08-15 10:21:16 +03:00
config Update Readme and added command exection 2026-08-14 18:43:33 +03:00
homeassistant_agent Use time 2026-08-15 10:21:16 +03:00
.gitignore Update Readme and added command exection 2026-08-14 18:43:33 +03:00
Dockerfile Update Readme and added command exection 2026-08-14 18:43:33 +03:00
homeassistant_agent.sh Update Readme and added command exection 2026-08-14 18:43:33 +03:00
install.sh Update Readme and added command exection 2026-08-14 18:43:33 +03:00
LICENSE Update Readme and added command exection 2026-08-14 18:43:33 +03:00
Makefile Update Readme and added command exection 2026-08-14 18:43:33 +03:00
MANIFEST.in Update Readme and added command exection 2026-08-14 18:43:33 +03:00
podman_build.sh Update Readme and added command exection 2026-08-14 18:43:33 +03:00
podman_push.sh Update Readme and added command exection 2026-08-14 18:43:33 +03:00
podman_run.sh Update Readme and added command exection 2026-08-14 18:43:33 +03:00
publish_python_package.sh Update Readme and added command exection 2026-08-14 18:43:33 +03:00
pyproject.toml Update Readme and added command exection 2026-08-14 18:43:33 +03:00
README.md Update Readme and added command exection 2026-08-14 18:43:33 +03:00
requirements.txt Update Readme and added command exection 2026-08-14 18:43:33 +03:00
setup.cfg Update Readme and added command exection 2026-08-14 18:43:33 +03:00
setup.py Update Readme and added command exection 2026-08-14 18:43:33 +03:00
wrapper.sh Update Readme and added command exection 2026-08-14 18:43:33 +03:00

HomeAssistant Agent

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/homeassistant_agent.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

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