| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- name: Range hood
- products:
- - id: aiwq2zdatwjllekd
- manufacturer: Ciarra
- model: CBCS4850
- entities:
- - entity: fan
- dps:
- - id: 2
- type: integer
- name: speed
- range:
- min: 0
- max: 4
- - id: 12
- type: string
- name: status
- - entity: switch
- dps:
- - id: 1
- type: boolean
- name: switch
- - entity: button
- name: Clean
- icon: "mdi:shimmer"
- category: config
- dps:
- - id: 3
- type: boolean
- name: button
- - entity: number
- translation_key: timer
- class: duration
- category: config
- dps:
- - id: 5
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 99
- - entity: button
- name: Quick timer
- dps:
- - id: 6
- type: boolean
- name: button
- - entity: button
- name: Time calibration
- category: config
- dps:
- - id: 7
- type: boolean
- name: button
- optional: true
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 13
- type: integer
- name: sensor
- unit: min
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 14
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 14
- type: bitfield
- name: fault_code
- - entity: sensor
- name: Total runtime
- class: duration
- category: diagnostic
- dps:
- - id: 15
- type: integer
- name: sensor
- optional: true
- unit: h
- - entity: light
- name: RGB light
- category: config
- dps:
- - id: 101
- type: boolean
- name: switch
- optional: true
- - id: 102
- name: brightness
- type: integer
- optional: true
- range:
- min: 0
- max: 255
- - id: 103
- name: rgbhsv
- type: hex
- optional: true
- format:
- - name: h
- bytes: 2
- range:
- min: 0
- max: 360
- - name: s
- bytes: 2
- range:
- min: 0
- max: 1000
- - name: v
- bytes: 2
- range:
- min: 0
- max: 1000
- - entity: light
- dps:
- - id: 104
- name: brightness
- type: string
- mapping:
- - dps_val: Turn_off
- value: 0
- - dps_val: Level_1
- value: 128
- - dps_val: Level_2
- value: 255
- - entity: switch
- translation_key: uv_sterilization
- category: config
- dps:
- - id: 105
- type: boolean
- name: switch
|