Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tggm/rointe-hacs
Browse files Browse the repository at this point in the history
tggm committed Jan 10, 2025
2 parents ca1b47f + ed1459f commit fd7e771
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Changelog

## v2.0.1
## V2.1.0

- Added missing version.
- Adds missing oval towel support. (#15)

## v2.0.0

8 changes: 0 additions & 8 deletions TODO.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# To Do

-

# Future Work
- Add configuration for ECO and Comfort temperatures.
- Add error diagnostics.
- Add Manufactured Date.
- Add other temperature sensors.
2 changes: 1 addition & 1 deletion custom_components/rointe/const.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

ROINTE_MANUFACTURER = "Rointe"

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

RADIATOR_DEFAULT_TEMPERATURE = 20

2 changes: 1 addition & 1 deletion custom_components/rointe/manifest.json
Original file line number Diff line number Diff line change
@@ -8,5 +8,5 @@
"issue_tracker": "https://github.com/tggm/rointe-hacs/issues",
"quality_scale": "internal",
"requirements": ["rointe-sdk==1.5.1"],
"version": "2.0.0"
"version": "2.1.0"
}

0 comments on commit fd7e771

Please sign in to comment.