| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- name: Litter box
- products:
- - id: ijas23irjjaenllv
- manufacturer: DOEL
- model: Ti+
- entities:
- - entity: sensor
- name: Cat weight
- icon: "mdi:cat"
- class: weight
- dps:
- - id: 6
- type: integer
- name: sensor
- class: measurement
- mapping:
- - scale: 10
- constraint: unit
- conditions:
- - dps_val: lb
- value_redirect: weight_lb
- - id: 108
- type: string
- name: unit
- - id: 134
- type: integer
- name: weight_lb
- mapping:
- - scale: 10
- - entity: sensor
- name: Daily visits
- icon: "mdi:paper-roll"
- dps:
- - id: 7
- type: integer
- name: sensor
- unit: visits
- - entity: sensor
- name: Daily visits duration
- icon: "mdi:timer-sand"
- class: duration
- dps:
- - id: 8
- type: integer
- name: sensor
- unit: s
- class: measurement
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 22
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 22
- type: bitfield
- name: fault_code
- - entity: button
- name: Clean
- icon: "mdi:shimmer"
- dps:
- - id: 101
- type: boolean
- name: button
- - entity: button
- name: Empty
- icon: "mdi:delete-empty"
- dps:
- - id: 102
- type: boolean
- name: button
- - entity: binary_sensor
- name: Bin full
- icon: "mdi:trash-can"
- dps:
- - id: 119
- type: boolean
- name: sensor
- - entity: binary_sensor
- class: occupancy
- icon: "mdi:motion-sensor"
- dps:
- - id: 104
- type: boolean
- name: sensor
- - entity: switch
- name: Auto clean
- category: config
- icon: "mdi:auto-mode"
- dps:
- - id: 105
- type: boolean
- name: switch
- - entity: switch
- name: Infrared detection
- category: config
- icon: "mdi:leak"
- dps:
- - id: 111
- type: boolean
- name: switch
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 114
- type: boolean
- name: lock
- - entity: number
- name: Clean wait time
- category: config
- class: duration
- icon: "mdi:timer"
- dps:
- - id: 117
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 60
- - entity: number
- name: Clean interval
- category: config
- icon: "mdi:update"
- dps:
- - id: 118
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 120
- - entity: binary_sensor
- name: Smart cleaning
- icon: "mdi:refresh-auto"
- dps:
- - id: 121
- type: boolean
- name: sensor
- - entity: number
- name: Sand surface calibration
- category: config
- icon: "mdi:scale-balance"
- dps:
- - id: 130
- type: integer
- name: value
- range:
- min: 0
- max: 6
- - entity: number
- name: Detection sensitivity
- category: config
- icon: "mdi:scale"
- dps:
- - id: 124
- type: integer
- name: value
- unit: kg
- mapping:
- - scale: 10
- - entity: switch
- name: Deep clean
- category: config
- icon: "mdi:shimmer"
- dps:
- - id: 125
- type: boolean
- name: switch
- - entity: button
- name: Level litter
- icon: "mdi:arrow-collapse-down"
- dps:
- - id: 126
- type: boolean
- name: button
- - entity: select
- name: Unit select
- category: config
- icon: "mdi:pencil-ruler"
- dps:
- - id: 108
- type: string
- name: option
- mapping:
- - dps_val: "kg"
- value: "kg"
- - dps_val: "lb"
- value: "lb"
- - entity: sensor
- translation_key: status
- icon: "mdi:toilet"
- dps:
- - id: 24
- type: string
- name: sensor
- - id: 128
- type: boolean
- name: time
- - id: 129
- type: integer
- name: time_clear
- class: measurement
- unit: min
- - entity: select
- name: Litter type
- category: config
- icon: "mdi:dots-hexagon"
- dps:
- - id: 131
- type: string
- name: option
- mapping:
- - dps_val: "mineral_cat_litter"
- value: "Mineral"
- - dps_val: "mixed_cat_litter"
- value: "Mixed"
- - entity: switch
- name: Developer mode
- category: config
- icon: "mdi:cog"
- hidden: true
- dps:
- - id: 135
- type: boolean
- name: switch
- - entity: switch
- name: Sleep
- category: config
- icon: "mdi:sleep"
- dps:
- - id: 120
- type: boolean
- name: switch
- - entity: switch
- name: Thin feces detection
- category: config
- icon: "mdi:emoticon-poop"
- dps:
- - id: 127
- type: boolean
- name: switch
- - entity: button
- name: Bag change
- icon: "mdi:bag-personal"
- dps:
- - id: 138
- type: boolean
- name: button
- - entity: sensor
- name: Bag change count
- icon: "mdi:counter"
- dps:
- - id: 139
- type: integer
- name: sensor
- unit: uses
|