leos_loo_too.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. name: Pet toilet
  2. products:
  3. - id: 1badzyvwh1e1hrog
  4. name: "Leo's Loo Too"
  5. primary_entity:
  6. entity: select
  7. category: config
  8. name: Cleaning mode
  9. icon: "mdi:refresh-auto"
  10. dps:
  11. - id: 2
  12. type: string
  13. name: option
  14. category: config
  15. mapping:
  16. - dps_val: auto_clean
  17. value: Auto clean
  18. - dps_val: manual_clean
  19. value: Manual clean
  20. secondary_entities:
  21. - entity: switch
  22. name: Power
  23. category: config
  24. icon: "mdi:power"
  25. class: switch
  26. dps:
  27. - id: 1
  28. name: switch
  29. type: boolean
  30. - entity: switch
  31. name: UV sterilization
  32. category: config
  33. icon: "mdi:alarm-light"
  34. class: switch
  35. dps:
  36. - id: 13
  37. name: switch
  38. type: boolean
  39. - entity: light
  40. category: config
  41. dps:
  42. - id: 16
  43. name: switch
  44. type: boolean
  45. - entity: number
  46. category: config
  47. name: Cleaning delay
  48. icon: "mdi:camera-timer"
  49. dps:
  50. - id: 5
  51. type: integer
  52. name: value
  53. range:
  54. min: 6
  55. max: 1200
  56. unit: s
  57. mapping:
  58. - step: 3
  59. - entity: sensor
  60. category: diagnostic
  61. name: Last weight
  62. icon: "mdi:scale"
  63. class: weight
  64. dps:
  65. - id: 6
  66. type: integer
  67. name: sensor
  68. unit: kg
  69. mapping:
  70. - scale: 0.1
  71. - entity: sensor
  72. category: diagnostic
  73. name: Times used today
  74. icon: "mdi:counter"
  75. dps:
  76. - id: 7
  77. type: integer
  78. name: sensor
  79. - entity: button
  80. category: config
  81. icon: "mdi:heat-pump-outline"
  82. name: Manual clean
  83. dps:
  84. - id: 9
  85. type: boolean
  86. name: button