Skip to content

Commit

Permalink
v1.4.0 - Added support for Oval Towel
Browse files Browse the repository at this point in the history
  • Loading branch information
tggm committed Sep 25, 2023
1 parent a5c3427 commit 90c9ed7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 24 deletions.
56 changes: 35 additions & 21 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,44 +1,58 @@
Changelog
---
## Changelog

## v1.4.0

- Support for Oval Towel

## v1.3.0

- Support for sub-zones

## v1.2.7

- Experimental support for Belize/Olympia radiators

## v1.2.6

- Extended debugging during setup.

## v1.2.5

- Bugfixes

## V1.2.4
- Refresh from the main repo.

- Refresh from the main repo.

## V1.2.3
* Debug statements.

- Debug statements.

## V1.2.0
* Take into account not all firmware upgrades are possible.
* Forces updating the device registry.
* Show device's real name (product name)

- Take into account not all firmware upgrades are possible.
- Forces updating the device registry.
- Show device's real name (product name)

## v1.1.0
* Improved code documentation
* Some dead code removed
* Fixed model name capitalization
* Added climate icon
*

- Improved code documentation
- Some dead code removed
- Fixed model name capitalization
- Added climate icon
-

## V1.0.10
* Added missing entity descriptors
* Set the devices as unavailable if communication errors occur.
* Configure a scan interval.
* Raise ConfigEntryNotReady if unable to initialize from config.
* Bump rointe-sdk to v1.0.9b1
* Decrease update messages log level and remove excessive error messages.

- Added missing entity descriptors
- Set the devices as unavailable if communication errors occur.
- Configure a scan interval.
- Raise ConfigEntryNotReady if unable to initialize from config.
- Bump rointe-sdk to v1.0.9b1
- Decrease update messages log level and remove excessive error messages.

## V1.0.8
* Authentication refresh fix.
* Setting HVAC mode to Auto now sets the temperature to Comfort.
* Remove excessive logging

- Authentication refresh fix.
- Setting HVAC mode to Auto now sets the temperature to Comfort.
- Remove excessive logging
2 changes: 1 addition & 1 deletion custom_components/rointe/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ROINTE_MANUFACTURER = "Rointe"

ROINTE_SUPPORTED_DEVICES = ["radiator", "towel", "therm", "radiatorb"]
ROINTE_SUPPORTED_DEVICES = ["radiator", "towel", "therm", "radiatorb", "oval_towel"]

CMD_SET_TEMP = "cmd_set_temp"
CMD_SET_PRESET = "cmd_set_preset"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/rointe/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "Rointe Heaters",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rointe",
"requirements": ["rointe-sdk==1.3.0"],
"requirements": ["rointe-sdk==1.4.0"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@tggm"],
"iot_class": "cloud_polling",
"version": "1.3.0"
"version": "1.4.0"
}

0 comments on commit 90c9ed7

Please sign in to comment.