| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- name: Air circulator
- products:
- - id: wpkdomrtayuzuqvc
- name: Breville AirDynamic 3D
- primary_entity:
- entity: fan
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 3
- type: integer
- name: speed
- range:
- min: 0
- max: 8
- - id: 2
- type: string
- name: preset_mode
- mapping:
- - dps_val: NORMAL
- value: normal
- - dps_val: NATURAL_N1
- value: Natural 1
- - dps_val: NATURAL_N2
- value: Natural 2
- - dps_val: NATURAL_N3
- value: Natural 3
- - dps_val: ECO
- value: smart
- - dps_val: TURBO
- value: strong
- - id: 5
- type: boolean
- name: oscillate
- - id: 24
- type: bitfield
- name: fault_code
- secondary_entities:
- - entity: switch
- name: Vertical oscillation
- icon: "mdi:swap-vertical"
- category: config
- dps:
- - id: 4
- type: boolean
- name: switch
- - entity: sensor
- class: temperature
- dps:
- - id: 21
- type: integer
- name: sensor
- unit: C
- class: measurement
- - entity: select
- name: Timer
- icon: "mdi:timer"
- category: config
- dps:
- - id: 22
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: "Off"
- - dps_val: "1"
- value: "1 hour"
- - dps_val: "2"
- value: "2 hours"
- - dps_val: "3"
- value: "3 hours"
- - dps_val: "4"
- value: "4 hours"
- - dps_val: "5"
- value: "5 hours"
- - dps_val: "6"
- value: "6 hours"
- - dps_val: "7"
- value: "7 hours"
- - dps_val: "8"
- value: "8 hours"
- - dps_val: "9"
- value: "9 hours"
- - dps_val: "10"
- value: "19 hours"
- - dps_val: "11"
- value: "11 hours"
- - dps_val: "12"
- value: "12 hours"
- - entity: sensor
- name: Timer remaining
- class: duration
- category: diagnostic
- dps:
- - id: 23
- type: integer
- name: sensor
- unit: min
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 24
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
|