catit_pixi_smart_feeder.yaml 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: Catit Pixi Smart Feeder
  2. primary_entity:
  3. entity: button
  4. name: Quick Feed
  5. icon: "mdi:food-drumstick"
  6. dps:
  7. - id: 2
  8. type: boolean
  9. name: button
  10. optional: true
  11. - id: 1
  12. name: meal_plan
  13. type: string
  14. optional: true
  15. secondary_entities:
  16. - entity: sensor
  17. icon: "mdi:paw"
  18. name: Feed report
  19. category: diagnostic
  20. dps:
  21. - id: 15
  22. name: sensor
  23. type: integer
  24. optional: false
  25. - entity: button
  26. class: restart
  27. name: Factory reset
  28. category: config
  29. dps:
  30. - id: 9
  31. type: boolean
  32. name: button
  33. optional: true
  34. - entity: number
  35. icon: "mdi:paw"
  36. name: Manual feed
  37. category: config
  38. dps:
  39. - id: 3
  40. name: value
  41. type: integer
  42. range:
  43. min: 1
  44. max: 12
  45. optional: false