leos_loo_too.yaml 1.5 KB

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