minib_public_litterbox.yaml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. name: Litter box
  2. products:
  3. - id: "93at0k76rfvteseb"
  4. manufacturer: Migou
  5. model: MINI-B-Public
  6. - id: "00i1mobdtdstfvqr"
  7. manufacturer: Migou
  8. model: MINI-C-Public
  9. - id: "y3xefowizhyexugf"
  10. manufacturer: Migou
  11. model: MINI-F-Public
  12. entities:
  13. - entity: button
  14. name: Reset
  15. icon: "mdi:restart"
  16. dps:
  17. - id: 1
  18. type: boolean
  19. name: button
  20. - entity: select
  21. translation_key: mode
  22. dps:
  23. - id: 2
  24. type: string
  25. name: option
  26. mapping:
  27. - dps_val: auto_clean
  28. value: auto
  29. - dps_val: manual_clean
  30. value: manual
  31. - entity: button
  32. name: Empty
  33. icon: "mdi:trash-can-outline"
  34. dps:
  35. - id: 3
  36. type: boolean
  37. name: button
  38. - entity: number
  39. name: Cleaning delay
  40. category: config
  41. translation_key: timer
  42. class: duration
  43. dps:
  44. - id: 5
  45. type: integer
  46. name: value
  47. unit: min
  48. range:
  49. min: 1
  50. max: 60
  51. - entity: sensor
  52. class: weight
  53. dps:
  54. - id: 6
  55. type: integer
  56. name: sensor
  57. unit: kg
  58. optional: true
  59. mapping:
  60. - scale: 10
  61. precision: 1
  62. - entity: sensor
  63. name: Times today
  64. icon: "mdi:counter"
  65. dps:
  66. - id: 7
  67. type: integer
  68. name: sensor
  69. unit: times
  70. optional: true
  71. - entity: sensor
  72. name: Toilet duration
  73. class: duration
  74. dps:
  75. - id: 8
  76. type: integer
  77. name: sensor
  78. unit: s
  79. precision: 0
  80. optional: true
  81. - entity: button
  82. name: Clean
  83. icon: "mdi:broom"
  84. dps:
  85. - id: 9
  86. type: boolean
  87. name: button
  88. - entity: button
  89. translation_key: factory_reset
  90. category: config
  91. hidden: true
  92. dps:
  93. - id: 23
  94. type: boolean
  95. name: button
  96. - entity: sensor
  97. name: Cleaning times
  98. icon: "mdi:counter"
  99. dps:
  100. - id: 103
  101. type: integer
  102. name: sensor
  103. unit: times
  104. - entity: light
  105. translation_key: backlight
  106. category: config
  107. dps:
  108. - id: 106
  109. type: integer
  110. name: brightness
  111. range:
  112. min: 0
  113. max: 100
  114. - entity: sensor
  115. translation_key: status
  116. class: enum
  117. dps:
  118. - id: 110
  119. type: string
  120. name: sensor
  121. mapping:
  122. - dps_val: "Standby"
  123. value: Standby
  124. - dps_val: "Wait_Cluster"
  125. value: Waiting for clumping
  126. - dps_val: "Clean_Pause"
  127. value: Cleaning paused
  128. - dps_val: "Clean_Start"
  129. value: Starting cleaning
  130. - dps_val: "Cleaning"
  131. value: Cleaning
  132. - dps_val: "Empty_Pause"
  133. value: Emptying paused
  134. - dps_val: "Empty_Start"
  135. value: Starting emptying
  136. - dps_val: "Emptying"
  137. value: Emptying
  138. - dps_val: "Reset_Pause"
  139. value: Reset paused
  140. - dps_val: "Reset_Start"
  141. value: Starting reset
  142. - dps_val: "Resetting"
  143. value: Resetting
  144. - dps_val: "Abnormal"
  145. value: Abnormal
  146. - dps_val: "Reverse_rotation"
  147. value: Reverse rotation
  148. - dps_val: "Drawers_open"
  149. value: Drawer open
  150. - dps_val: "Cat_into"
  151. value: Cat detected
  152. - entity: select
  153. name: Weight unit
  154. icon: "mdi:weight-kilogram"
  155. category: config
  156. dps:
  157. - id: 111
  158. type: string
  159. name: option
  160. mapping:
  161. - dps_val: "KG"
  162. value: Kilograms
  163. - dps_val: "LB"
  164. value: Pounds