leos_loo_too.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: Pet toilet
  2. products:
  3. - id: 1badzyvwh1e1hrog
  4. name: "Leo's Loo Too"
  5. primary_entity:
  6. entity: sensor
  7. name: Times used today
  8. icon: "mdi:counter"
  9. dps:
  10. - id: 7
  11. type: integer
  12. name: sensor
  13. secondary_entities:
  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. - entity: number
  51. category: config
  52. name: Cleaning delay
  53. icon: "mdi:camera-timer"
  54. dps:
  55. - id: 5
  56. type: integer
  57. name: value
  58. range:
  59. min: 6
  60. max: 1200
  61. unit: s
  62. mapping:
  63. - step: 3
  64. - entity: sensor
  65. class: weight
  66. dps:
  67. - id: 6
  68. type: integer
  69. name: sensor
  70. unit: kg
  71. mapping:
  72. - scale: 0.1
  73. - entity: button
  74. icon: "mdi:heat-pump-outline"
  75. name: Manual clean
  76. dps:
  77. - id: 9
  78. type: boolean
  79. name: button