| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- name: Klarstein Skyscraper Ice Smart
- products:
- - id: vklyfhpnd7a47iym
- primary_entity:
- entity: fan
- translation_only_key: fan_with_presets
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 2
- type: string
- name: speed
- mapping:
- - dps_val: "low"
- value: 33
- - dps_val: "middle"
- value: 66
- - dps_val: "high"
- value: 100
- - id: 3
- type: string
- name: preset_mode
- mapping:
- - dps_val: normal
- value: normal
- - dps_val: nature
- value: nature
- - dps_val: sleep
- value: sleep
- - id: 10
- type: boolean
- name: oscillate
- - id: 12
- name: countdown_left
- type: integer
- secondary_entities:
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 11
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: "off"
- - dps_val: "0_5h"
- value: "0.5 hours"
- - dps_val: "1h"
- value: "1 hour"
- - dps_val: "1_5h"
- value: "1.5 hours"
- - dps_val: "2h"
- value: "2 hours"
- - dps_val: "2_5h"
- value: "2.5 hours"
- - dps_val: "3h"
- value: "3 hours"
- - dps_val: "3_5h"
- value: "3.5 hours"
- - dps_val: "4h"
- value: "4 hours"
- - dps_val: "4_5h"
- value: "4.5 hours"
- - dps_val: "5h"
- value: "5 hours"
- - dps_val: "5_5h"
- value: "5.5 hours"
- - dps_val: "6h"
- value: "6 hours"
- - dps_val: "6_5h"
- value: "6.5 hours"
- - dps_val: "7h"
- value: "7 hours"
- - dps_val: "7_5h"
- value: "7.5 hours"
- - entity: switch
- name: humidifier
- icon: "mdi:air-humidifier"
- category: config
- dps:
- - id: 15
- type: boolean
- name: switch
|