Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for compit integration #36120

Open
wants to merge 5 commits into
base: next
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions source/_integrations/compit.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Compit
description: Instructions on how to integrate Compit devices within Home Assistant.
ha_category:
- Climate
- Number
- Select
- Sensor
- Switch
- Water heater
ha_release: 2024.12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Based on the output, I can see that the most recent release versions in the repository are from 2023.2 and earlier. Setting a release version of 2024.12 is too far in the future and doesn't align with Home Assistant's versioning practices.

Release version needs to be adjusted

The release version 2024.12 is set too far in the future. Home Assistant typically uses versions closer to the current release cycle. Please adjust the release version to a more appropriate value or coordinate with the core team for the intended release timeline.

🔗 Analysis chain

Verify the release version

The release version is set to 2024.12. Please confirm if this is the intended version, as it's quite far in the future. Home Assistant typically uses versions closer to the current release cycle.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check current and upcoming versions in the repository
grep -r "ha_release:" source/_integrations/*.markdown | sort -u | tail -n 5

Length of output: 54410

ha_iot_class: Cloud Polling
ha_config_flow: true
ha_codeowners:
- '@CompitHomeAssistant'
- '@Przemko92'
ha_domain: compit
ha_platforms:
- climate
- number
- select
- sensor
- switch
ha_integration_type: integration
---

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.
Przemko92 marked this conversation as resolved.
Show resolved Hide resolved

## Supported devices

**This component supports the following Compit devices.**

| Device | Description |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Nano Color 2 | https://compit.pl/produkty/termostaty-pokojowe/88-termostat-pokojowy-nano-color-2.html?ic=1 |
| Nano Color |
Przemko92 marked this conversation as resolved.
Show resolved Hide resolved
| Nano One | https://compit.pl/produkty/termostaty-pokojowe/24-termostat-pokojowy-nano-one.html?ic=1 |
| R900 | https://compit.pl/produkty/sterowniki-pomp-ciepla/89-r900.html?ic=1 |
| R810 | https://compit.pl/produkty/sterowniki-instalacji/43-pogodowy-regulator-temperatury-obiegu-grzewczego-r810.html?ic=1 |
| R490 | https://compit.pl/produkty/sterowniki-pomp-ciepla/12-sterownik-pompy-ciepla-r490-one.html?ic=1 |
| R480 |
| R470 | https://compit.pl/produkty/sterowniki-pomp-ciepla/10-sterownik-pompy-ciepla-r470-one.html?ic=1 |
| R770RS R771RS | https://compit.pl/produkty/sterowniki-do-kotlow/83-pogodowy-regulator-kotla-retortowego-i-instalacji-grzewczej-r771-2.html?ic=1 |
| BWC310 |
| BioMax775 |
| BioMax772 |
| BioMax742 |
| SHC | https://compit.pl/produkty/osprzet/67-czujnik-stezenia-dwutlenku-wegla-wilgotnosci-i-temperatury-w-pomieszczeniach-shc.html?ic=1 |
| SPM | https://compit.pl/produkty/osprzet/87-czujnik-jakosci-powietrza-spm.html?ic=1 |
| L2 | https://compit.pl/produkty/sterowniki-ogrzewania-podlogowego/40-sterownik-ogrzewania-podlogowego-l2.html?ic=1 |
| COMBO | https://compit.pl/produkty/osprzet/92-combo.html?ic=1 |
| EL750 | https://compit.pl/produkty/sterowniki-do-kotlow/73-sterownik-kotla-elektrycznego-el750-1.html?ic=1
| R350.M | https://compit.pl/produkty/sterowniki-uniwerslane/85-pogodowy-regulator-temperatury-obiegu-grzewczego-z-mieszaczem-r350m.html?ic=1 |
| R350 T3 | https://compit.pl/produkty/sterowniki-instalacji/42-dwustopniowy-sterownik-temperatury-regulator-pi-regulator-krokowy-sterowanie-3-punktowe-r350-07.html?ic=1 |
| R350.CWU | https://compit.pl/produkty/sterowniki-uniwerslane/78-sterownik-do-podgrzewania-wody-r350-cwu.html?ic=1 |
| AF-1 | https://compit.pl/produkty/osprzet/91-af-1.html?ic=1

## Configuration in the UI

| Parameter | Description |
| ---------- | -------------------------------------- |
| `Email` | User email for https://inext.compit.pl |
| `Password` | Password for the account |
Przemko92 marked this conversation as resolved.
Show resolved Hide resolved
Loading