Skip to content

Commit

Permalink
Update repository name, V2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tggm committed Jan 12, 2025
1 parent 2ae5e43 commit d597197
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## V2.2.1

- Updated the repository name to rointe-radiators

## V2.2.0

- Updated to rointe-sdk 1.6.0
Expand Down
6 changes: 5 additions & 1 deletion INSTALL.MD
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Description

This is an integration for Rointe connected radiators. It uses the official web app REST API for retrieving and updating the devices.

## Warning

This code is still under development. You can add it to your live HomeAssistant but don't leave it running for extended periods of time.

## Changelog

> Please see the file CHANGELOG.MD in this repository.
## Installing via HACS
After setting up HACS, import this repo: https://github.com/tggm/rointe-hacs into your installation. Should work easily.

After setting up HACS, import this repo: https://github.com/tggm/rointe-radiators into your installation. Should work easily.

> **Warning:** If you have previously installed this integration as a custom component you must delete the integration and also delete the `custom_components/rointe` folder before adding it via HACS.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
# 🌞 rointe-hacs
# 🌞 rointe-radiators

** Note:** This is the new home for the rointe-hacs repository.

A minimal integration for Rointe radiators in Home Assistant. 🏡

**Supported Devices**

- Series-D Radiators
- Belize and Olympia Radiators (experimental)
- Series-D Towel rails
- Oval Towels
- Thermostats

## Features

- Ability to control the temperature
- Provides a sensor with the current temperature, as measured by the device.
- Choose between presets (Eco, Comfort) or Manual Mode
- Notification of firmware updates available
- Energy data (Current power and consumed energy)

## Installation

Please follow these steps:

1. Install HACS. Follow instructios [here](https://www.hacs.xyz/docs/use/download/download/).
2. Add this [repository](https://github.com/tggm/rointe-hacs) as a custom repository in HACS ([see instructions here](https://www.hacs.xyz/docs/faq/custom_repositories/))
3. **Note**: If you're upgrading from a version prior to 2.0.0 you should remove the existing integration.
4. You should now have a new integration available (*Rointe Heaters*) under Settings -> Integrations in Home Assistant.
4. You should now have a new integration available (_Rointe Heaters_) under Settings -> Integrations in Home Assistant.

## Project status

Expand All @@ -35,5 +40,6 @@ This project is under minimum support. Contributions are welcome. I also appreci
- Control screen color.

### Support

<a href="https://buymeacoffee.com/tggm" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
ETH / ERC20: 0x0165C7afd359B85a6F7f1D22d6EC7FB183f3b446
4 changes: 2 additions & 2 deletions custom_components/rointe/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rointe",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/tggm/rointe-hacs/issues",
"issue_tracker": "https://github.com/tggm/rointe-radiators/issues",
"quality_scale": "internal",
"requirements": ["rointe-sdk==1.6.0"],
"version": "2.1.0"
"version": "2.2.1"
}

0 comments on commit d597197

Please sign in to comment.