puppy_kitty_pet_feeder.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: Pet feeder
  2. products:
  3. - id: iwabnqimdhmzxzvp
  4. manufacturer: Puppy Kitty
  5. name: "Automatic cat & dog feeder"
  6. entities:
  7. - entity: switch
  8. name: Enable feeder
  9. icon: "mdi:food-drumstick"
  10. dps:
  11. - id: 25
  12. type: boolean
  13. name: switch
  14. - id: 1
  15. name: meal_plan
  16. type: string
  17. optional: true
  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. optional: true
  64. name: raw