diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 76cb79d..ee10297 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,8 +1,8 @@ ## Changelog -## v2.0.1 +## V2.1.0 -- Added missing version. +- Adds missing oval towel support. (#15) ## v2.0.0 diff --git a/TODO.MD b/TODO.MD index 70f5c7a..9fa333d 100644 --- a/TODO.MD +++ b/TODO.MD @@ -1,9 +1 @@ # To Do - -- - -# Future Work -- Add configuration for ECO and Comfort temperatures. -- Add error diagnostics. -- Add Manufactured Date. -- Add other temperature sensors. \ No newline at end of file diff --git a/custom_components/rointe/const.py b/custom_components/rointe/const.py index 8f1698c..6db0e50 100644 --- a/custom_components/rointe/const.py +++ b/custom_components/rointe/const.py @@ -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 diff --git a/custom_components/rointe/manifest.json b/custom_components/rointe/manifest.json index fdbe4ab..ea64466 100644 --- a/custom_components/rointe/manifest.json +++ b/custom_components/rointe/manifest.json @@ -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" }