catit_pixi_smart_fountain.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. name: Catit Pixi smart fountain
  2. products:
  3. - id: z3rpyvznfcch99aa
  4. primary_entity:
  5. entity: switch
  6. icon: "mdi:water-pump"
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: switch
  11. secondary_entities:
  12. - entity: button
  13. name: Filter replaced
  14. class: restart
  15. category: config
  16. dps:
  17. - id: 7
  18. type: boolean
  19. name: button
  20. - entity: switch
  21. deprecated: button
  22. name: Filter replaced
  23. icon: "mdi:air-filter"
  24. category: config
  25. dps:
  26. - id: 7
  27. type: boolean
  28. name: switch
  29. - entity: sensor
  30. name: Filter life
  31. icon: "mdi:air-filter"
  32. category: diagnostic
  33. dps:
  34. - id: 4
  35. type: integer
  36. name: sensor
  37. range:
  38. min: 0
  39. max: 43200
  40. mapping:
  41. - scale: 1440 # minutes => days
  42. step: 1
  43. invert: true
  44. unit: days
  45. - entity: switch
  46. name: Run UV cycle
  47. icon: "mdi:bacteria"
  48. category: config
  49. dps:
  50. - id: 10
  51. type: boolean
  52. name: switch
  53. - entity: sensor
  54. name: Water level
  55. category: diagnostic
  56. dps:
  57. - id: 12
  58. name: sensor
  59. type: string
  60. mapping:
  61. - dps_val: level_1
  62. icon: "mdi:cup-outline"
  63. value: Low
  64. - dps_val: level_2
  65. icon: "mdi:cup-water"
  66. value: Medium
  67. - dps_val: level_3
  68. icon: "mdi:cup"
  69. value: Full
  70. - entity: sensor
  71. name: UV runtime
  72. class: duration
  73. icon: "mdi:timer-outline"
  74. category: diagnostic
  75. dps:
  76. - id: 11
  77. type: integer
  78. name: sensor
  79. unit: s