|
|
@@ -1,4 +1,3 @@
|
|
|
-# https://github.com/make-all/tuya-local/issues/3262
|
|
|
name: Korex smart kettle
|
|
|
products:
|
|
|
- id: 2vuvtw0cj8wmjrpc
|
|
|
@@ -16,7 +15,6 @@ entities:
|
|
|
icon: "mdi:kettle-off"
|
|
|
- dps_val: true
|
|
|
icon: "mdi:kettle"
|
|
|
-
|
|
|
- entity: sensor
|
|
|
name: Current water temperature
|
|
|
category: diagnostic
|
|
|
@@ -27,7 +25,6 @@ entities:
|
|
|
name: sensor
|
|
|
unit: F
|
|
|
class: measurement
|
|
|
-
|
|
|
- entity: switch
|
|
|
name: Keep temp
|
|
|
dps:
|
|
|
@@ -39,7 +36,6 @@ entities:
|
|
|
icon: "mdi:fire-off"
|
|
|
- dps_val: true
|
|
|
icon: "mdi:fire"
|
|
|
-
|
|
|
- entity: sensor
|
|
|
name: Temperature unit
|
|
|
class: enum
|
|
|
@@ -53,10 +49,9 @@ entities:
|
|
|
value: celcius
|
|
|
- dps_val: f
|
|
|
value: fahrenheit
|
|
|
-
|
|
|
- entity: sensor
|
|
|
name: Status reach
|
|
|
- class: enum
|
|
|
+ class: integer
|
|
|
category: diagnostic
|
|
|
dps:
|
|
|
# data model says 104 can be: 0, 1, 2, 3, 4, 5
|
|
|
@@ -64,7 +59,6 @@ entities:
|
|
|
- id: 104
|
|
|
type: string
|
|
|
name: sensor
|
|
|
-
|
|
|
- entity: sensor
|
|
|
name: Fault
|
|
|
class: enum
|
|
|
@@ -78,7 +72,6 @@ entities:
|
|
|
value: "On base"
|
|
|
- dps_val: 1
|
|
|
value: "Off base"
|
|
|
-
|
|
|
- entity: select
|
|
|
name: Boil to temperature
|
|
|
translation_key: temperature
|
|
|
@@ -111,7 +104,6 @@ entities:
|
|
|
value: "55 C / 131 F"
|
|
|
- dps_val: "11"
|
|
|
value: "50 C / 122 F"
|
|
|
-
|
|
|
- entity: select
|
|
|
name: Boil and cool
|
|
|
translation_key: temperature
|
|
|
@@ -142,5 +134,3 @@ entities:
|
|
|
value: "55 C / 131 F"
|
|
|
- dps_val: "10"
|
|
|
value: "50 C / 122 F"
|
|
|
-
|
|
|
-
|