Last updated:
0 purchases
pulseecoha 0.3.0
pulse-eco-ha
This project is a customized version based on the Pulse Eco project by Martin Kozle. The original project is a fantastic initiative, and I want to express my gratitude to Martin and the contributors for their hard work.
Adjusted Version
This repository serves as an adjusted version tailored for use with Home Assistant. Many thanks to the original developers for laying the groundwork. For detailed documentation, credits, and other information about the original Pulse Eco project, please refer to the original repository.
Feel free to explore the original project for a comprehensive understanding of its features and functionality.
Installation
pulse-eco-ha is avialiable on PyPI:
python -m pip install pulse-eco-ha
Requires Python version 3.8+.
Development
Install Hatch
https://hatch.pypa.io/latest/install/
Create dev environment
Activate a Python 3.8 environment and run:
hatch env create dev
Install pre-commit hooks
hatch run dev:setup
Create .env file
Set auth credentials in .env file:
cp .env.example .env
Before committing
This command must pass without errors before committing:
hatch run dev:check
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.