| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- name: Petree 2.0 Litter Box
- products:
- - id: 1kufldu6g6l53rsy
- manufacturer: Petree
- model: Petree 2.0
- entities:
- # Omitted entities:
- # - 113 (Pedal angle): Too tedious and is not useful information.
- # - 118 ("empty"): Unclear documentation. Also shovel button exists.
- # - 124 ("clean"): Unclear documentation. Also shovel button exists.
- - entity: number
- name: Delay Clean Time
- category: config
- optional: true
- dps:
- - id: 5
- type: integer
- name: value
- unit: minute
- range:
- min: 1
- max: 60
- - entity: switch
- name: Indicator Light Switch
- category: config
- optional: true
- dps:
- - id: 102
- type: boolean
- name: switch
- - entity: switch
- name: Sleep
- category: config
- optional: true
- dps:
- - id: 103
- type: boolean
- name: switch
- - entity: button
- name: Deodorization
- category: config
- optional: true
- dps:
- - id: 104
- type: boolean
- name: button
- - entity: switch
- name: Do Not Disturb
- category: config
- optional: true
- dps:
- - id: 105
- type: boolean
- name: switch
- - entity: number
- name: Do Not Disturb Start Time
- category: config
- optional: true
- dps:
- - id: 106
- type: integer
- name: value
- unit: minute
- range:
- min: 0
- max: 1439
- - entity: number
- name: Do Not Disturb End Time
- category: config
- optional: true
- dps:
- - id: 107
- type: integer
- name: value
- unit: minute
- range:
- min: 0
- max: 1439
- - entity: switch
- name: Beep
- category: config
- optional: true
- dps:
- - id: 108
- type: boolean
- name: switch
- - entity: sensor
- name: Notification Status
- category: diagnostic
- optional: true
- dps:
- - id: 111
- type: bitfield
- name: description
- mapping:
- - dps_val: 0
- value: No pop-up box
- - dps_val: 1
- value: Trash can is full
- - dps_val: 2
- value: Trash can is not installed
- - dps_val: 4
- value: Cover is not installed
- - dps_val: 8
- value: Cat is approaching
- - dps_val: 16
- value: Cabin temperature is too high
- - dps_val: 32
- value: Self-check in progress
- - entity: binary_sensor
- name: Trash status
- category: diagnostic
- optional: true
- dps:
- - id: 112
- type: boolean
- name: sensor
- mapping:
- - dps_val: 0
- value: Not full yet
- - dps_val: 1
- value: Full
- - entity: sensor
- name: Temperature
- category: diagnostic
- optional: true
- dps:
- - id: 121
- type: integer
- name: sensor
- unit: C
- mapping:
- - scale: 10
- - entity: button
- name: Reboot
- category: config
- optional: true
- dps:
- - id: 125
- type: boolean
- name: button
- - entity: button
- name: Clean
- category: config
- dps:
- - id: 126
- type: boolean
- name: button
|