|
@@ -1,7 +1,7 @@
|
|
|
-name: Kogan Y12 Airconditioner
|
|
|
|
|
|
|
+name: Air conditioner
|
|
|
products:
|
|
products:
|
|
|
- id: kawfpac12ya
|
|
- id: kawfpac12ya
|
|
|
- name: Kogan Smart PAC_Y12
|
|
|
|
|
|
|
+ name: Kogan PAC_Y12
|
|
|
primary_entity:
|
|
primary_entity:
|
|
|
entity: climate
|
|
entity: climate
|
|
|
dps:
|
|
dps:
|
|
@@ -24,20 +24,17 @@ primary_entity:
|
|
|
- dps_val: DRY
|
|
- dps_val: DRY
|
|
|
icon: "mdi:water"
|
|
icon: "mdi:water"
|
|
|
value: dry
|
|
value: dry
|
|
|
- # - dps_val: Heat
|
|
|
|
|
- # icon: "mdi:heat-wave"
|
|
|
|
|
- # value: heat
|
|
|
|
|
- id: 2
|
|
- id: 2
|
|
|
name: temperature
|
|
name: temperature
|
|
|
type: integer
|
|
type: integer
|
|
|
mapping:
|
|
mapping:
|
|
|
- constraint: temperature_unit
|
|
- constraint: temperature_unit
|
|
|
conditions:
|
|
conditions:
|
|
|
- - dps_val: "C"
|
|
|
|
|
|
|
+ - dps_val: C
|
|
|
range:
|
|
range:
|
|
|
min: 16
|
|
min: 16
|
|
|
max: 32
|
|
max: 32
|
|
|
- - dps_val: "F"
|
|
|
|
|
|
|
+ - dps_val: F
|
|
|
range:
|
|
range:
|
|
|
min: 60
|
|
min: 60
|
|
|
max: 90
|
|
max: 90
|
|
@@ -48,33 +45,15 @@ primary_entity:
|
|
|
name: mode
|
|
name: mode
|
|
|
type: string
|
|
type: string
|
|
|
hidden: true
|
|
hidden: true
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- # conditions:
|
|
|
|
|
- # - dps_val: COOL
|
|
|
|
|
- # icon: "mdi:snowflake"
|
|
|
|
|
- # value: cold
|
|
|
|
|
- # - dps_val: FAN
|
|
|
|
|
- # icon: "mdi:fan"
|
|
|
|
|
- # value: wind
|
|
|
|
|
- # - dps_val: DRY
|
|
|
|
|
- # icon: "mdi:water"
|
|
|
|
|
- # value: wet
|
|
|
|
|
- # - dps_val: HEAT
|
|
|
|
|
- # icon: "mdi:fire"
|
|
|
|
|
- # value: hot
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- id: 5
|
|
- id: 5
|
|
|
name: fan_mode
|
|
name: fan_mode
|
|
|
- type: integer
|
|
|
|
|
|
|
+ type: string
|
|
|
mapping:
|
|
mapping:
|
|
|
- - dps_val: 1
|
|
|
|
|
|
|
+ - dps_val: "1"
|
|
|
value: low
|
|
value: low
|
|
|
- - dps_val: 2
|
|
|
|
|
|
|
+ - dps_val: "2"
|
|
|
value: medium
|
|
value: medium
|
|
|
- - dps_val: 3
|
|
|
|
|
|
|
+ - dps_val: "3"
|
|
|
value: high
|
|
value: high
|
|
|
- id: 19
|
|
- id: 19
|
|
|
name: temperature_unit
|
|
name: temperature_unit
|
|
@@ -112,4 +91,18 @@ primary_entity:
|
|
|
type: boolean
|
|
type: boolean
|
|
|
- id: 110
|
|
- id: 110
|
|
|
name: unknown_110
|
|
name: unknown_110
|
|
|
- type: integer
|
|
|
|
|
|
|
+ type: integer
|
|
|
|
|
+secondary_entities:
|
|
|
|
|
+ - entity: select
|
|
|
|
|
+ name: Temperature unit
|
|
|
|
|
+ icon: "mdi:temperature_celsius"
|
|
|
|
|
+ category: config
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 19
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name: option
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - dps_val: C
|
|
|
|
|
+ value: Celsius
|
|
|
|
|
+ - dps_val: F
|
|
|
|
|
+ value: Fahrenheit
|