| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- name: Ice cube maker
- products:
- - id: 2y44i6euwk9eeiz8
- manufacturer: Loeffen
- model: LFIM6000
- entities:
- - entity: switch
- icon: "mdi:delete-variant"
- dps:
- - id: 1
- type: boolean
- name: switch
- - entity: select
- name: Ice cube size
- icon: "mdi:cube-scan"
- category: config
- dps:
- - id: 2
- type: string
- name: option
- mapping:
- - dps_val: big
- value: Large
- - dps_val: small
- value: Small
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 3
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 3
- type: bitfield
- name: fault_code
- - entity: switch
- translation_key: uv_sterilization
- category: config
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: switch
- name: Cleaning mode
- icon: "mdi:silverware-clean"
- category: config
- dps:
- - id: 102
- type: boolean
- name: switch
|