puppy_kitty_pet_feeder.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. class: restart
  29. name: Factory reset
  30. category: config
  31. dps:
  32. - id: 24
  33. type: boolean
  34. name: button
  35. optional: true
  36. - entity: number
  37. icon: "mdi:paw"
  38. name: Manual feed
  39. category: config
  40. dps:
  41. - id: 3
  42. name: value
  43. type: integer
  44. optional: true
  45. range:
  46. min: 1
  47. max: 20
  48. - entity: binary_sensor
  49. name: Feeding
  50. class: running
  51. icon: "mdi:paw"
  52. category: diagnostic
  53. dps:
  54. - id: 4
  55. type: string
  56. name: sensor
  57. optional: true
  58. mapping:
  59. - dps_val: feeding
  60. value: true
  61. - dps_val: standby
  62. value: false
  63. - dps_val: done
  64. value: false
  65. - dps_val: null
  66. value: null
  67. - value: false