puppy_kitty_pet_feeder.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: Pet feeder
  2. products:
  3. - id: iwabnqimdhmzxzvp
  4. name: PUPPY KITTY Automatic Cat & Dog Feeder
  5. primary_entity:
  6. entity: switch
  7. name: Enable feeder
  8. icon: "mdi:food-drumstick"
  9. dps:
  10. - id: 25
  11. type: boolean
  12. name: switch
  13. - id: 1
  14. name: meal_plan
  15. type: string
  16. optional: true
  17. secondary_entities:
  18. - entity: sensor
  19. icon: "mdi:paw"
  20. name: Feed report
  21. category: diagnostic
  22. dps:
  23. - id: 14
  24. name: sensor
  25. type: integer
  26. optional: true
  27. - entity: button
  28. translation_key: factory_reset
  29. category: config
  30. dps:
  31. - id: 24
  32. type: boolean
  33. name: button
  34. optional: true
  35. - entity: number
  36. icon: "mdi:paw"
  37. name: Manual feed
  38. category: config
  39. dps:
  40. - id: 3
  41. name: value
  42. type: integer
  43. optional: true
  44. range:
  45. min: 1
  46. max: 20
  47. - entity: binary_sensor
  48. name: Feeding
  49. class: running
  50. icon: "mdi:paw"
  51. category: diagnostic
  52. dps:
  53. - id: 4
  54. type: string
  55. name: sensor
  56. optional: true
  57. mapping:
  58. - dps_val: feeding
  59. value: true
  60. - value: false
  61. - id: 4
  62. type: string
  63. name: raw