Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/skykettle-ha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-08-01 11:08:32 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-08-01 11:08:32 +0300
commitb296437288bfb0c31e65e6473f33289edbb878a6 (patch)
tree65d14da50c9b360065856141930f4090a54360f5
parent504165cbd1891ad64e0f384d7a84d34896a67bc5 (diff)
parent61e5106c4695c9dfbfa2fc53fa93ca15842500b2 (diff)
Merge branch 'master' of github.com:ClusterM/skykettle-hav1.7
-rw-r--r--README.md1
-rw-r--r--custom_components/skykettle/skykettle.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 732fcd2..b04c62c 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ This integration allows to control smart kettles from **Redmond SkyKettle** seri
* RK-M136S
* RFS-KKL002
* RFS-KKL003
+* RFS-KKL004
* ???
If your kettle model is not listed, please write an [issue](https://github.com/ClusterM/skykettle-ha/issues) and I'll try to add support for it with your help.
diff --git a/custom_components/skykettle/skykettle.py b/custom_components/skykettle/skykettle.py
index a19e37e..f122edc 100644
--- a/custom_components/skykettle/skykettle.py
+++ b/custom_components/skykettle/skykettle.py
@@ -37,6 +37,7 @@ class SkyKettle():
"RK-G215S": MODELS_4,
"RFS-KKL002": MODELS_4,
"RFS-KKL003": MODELS_4,
+ "RFS-KKL004": MODELS_4,
"RK-G233S": MODELS_5,
"RK-G240S": MODELS_5,
"RK-M215S": MODELS_6,