This integration is created by Compit https://compit.pl/ to integrate air conditioning, ventilation and heating controllers with HomeAssistant. This integration needs Compit iNext account setup https://inext.compit.pl.
This component supports the following Compit devices.
HACS (recommended)
- Open HACS
- Search for Compit (use integrations tab) and download it
- Restart HomeAssistant
- In the HA UI go to "Configuration" -> "Integrations" and search for "Compit"
- Pass your iNext login and password https://inext.compit.pl
- See created integration entities
Parameter | Description |
---|---|
Email |
User email for https://inext.compit.pl |
Password |
Password for the account |
This project uses Black and Pylint to maintain code quality and consistency.
-
Black is used for automatic code formatting. You can format your codebase by running:
black custom_components/compit
Black makes code formatting decisions for you; please do not modify the style it enforces.
-
Pylint is used for static code analysis and to help enforce coding standards. Run Pylint using:
pylint custom_components/compit
Check and address any issues or suggestions raised by Pylint to keep the code clean and maintainable.
Before opening a pull request, please make sure to run both tools and address any formatting or linting issues.
You can install both tools using pip: