|
@@ -1,10 +1,10 @@
|
|
|
-name: Kogan KASMGPH Series Heater
|
|
|
|
|
|
|
+name: Heater
|
|
|
products:
|
|
products:
|
|
|
- id: 9l3riftrq9acjunt
|
|
- id: 9l3riftrq9acjunt
|
|
|
name: Kogan KASMGPH15YA Premium Glass Panel Heater
|
|
name: Kogan KASMGPH15YA Premium Glass Panel Heater
|
|
|
primary_entity:
|
|
primary_entity:
|
|
|
entity: climate
|
|
entity: climate
|
|
|
- name: "Climate"
|
|
|
|
|
|
|
+ translation_key: heater
|
|
|
dps:
|
|
dps:
|
|
|
- id: 1
|
|
- id: 1
|
|
|
name: hvac_mode
|
|
name: hvac_mode
|
|
@@ -34,19 +34,19 @@ primary_entity:
|
|
|
type: integer
|
|
type: integer
|
|
|
secondary_entities:
|
|
secondary_entities:
|
|
|
- entity: switch
|
|
- entity: switch
|
|
|
- name: "Night Mode"
|
|
|
|
|
|
|
+ translation_key: sleep
|
|
|
dps:
|
|
dps:
|
|
|
- id: 6
|
|
- id: 6
|
|
|
type: boolean
|
|
type: boolean
|
|
|
name: switch
|
|
name: switch
|
|
|
- entity: lock
|
|
- entity: lock
|
|
|
- name: "Child Lock"
|
|
|
|
|
|
|
+ translation_key: child_lock
|
|
|
dps:
|
|
dps:
|
|
|
- id: 7
|
|
- id: 7
|
|
|
type: boolean
|
|
type: boolean
|
|
|
name: lock
|
|
name: lock
|
|
|
- entity: select
|
|
- entity: select
|
|
|
- name: "Timer"
|
|
|
|
|
|
|
+ translation_key: timer
|
|
|
dps:
|
|
dps:
|
|
|
- id: 19
|
|
- id: 19
|
|
|
type: string
|
|
type: string
|
|
@@ -54,7 +54,7 @@ secondary_entities:
|
|
|
optional: true
|
|
optional: true
|
|
|
mapping:
|
|
mapping:
|
|
|
- dps_val: cancel
|
|
- dps_val: cancel
|
|
|
- value: "Timer Off"
|
|
|
|
|
|
|
+ value: cancel
|
|
|
- dps_val: "1h"
|
|
- dps_val: "1h"
|
|
|
value: "1h"
|
|
value: "1h"
|
|
|
- dps_val: "2h"
|
|
- dps_val: "2h"
|
|
@@ -68,11 +68,11 @@ secondary_entities:
|
|
|
- dps_val: "6h"
|
|
- dps_val: "6h"
|
|
|
value: "6h"
|
|
value: "6h"
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: "Timer Remaining"
|
|
|
|
|
|
|
+ translation_key: time_remaining
|
|
|
dps:
|
|
dps:
|
|
|
- id: 20
|
|
- id: 20
|
|
|
type: integer
|
|
type: integer
|
|
|
name: sensor
|
|
name: sensor
|
|
|
class: measurement
|
|
class: measurement
|
|
|
optional: true
|
|
optional: true
|
|
|
- unit: "minutes"
|
|
|
|
|
|
|
+ unit: min
|