puppy_kitty_pet_feeder.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. - entity: text
  15. translation_key: meal_plan
  16. category: config
  17. hidden: true
  18. dps:
  19. - id: 1
  20. type: base64
  21. name: value
  22. optional: true
  23. - entity: sensor
  24. icon: "mdi:paw"
  25. name: Feed report
  26. category: diagnostic
  27. dps:
  28. - id: 14
  29. name: sensor
  30. type: integer
  31. optional: true
  32. - entity: button
  33. translation_key: factory_reset
  34. category: config
  35. hidden: true
  36. dps:
  37. - id: 24
  38. type: boolean
  39. name: button
  40. optional: true
  41. - entity: number
  42. translation_key: manual_feed
  43. dps:
  44. - id: 3
  45. name: value
  46. type: integer
  47. optional: true
  48. range:
  49. min: 1
  50. max: 20
  51. - entity: binary_sensor
  52. name: Feeding
  53. class: running
  54. icon: "mdi:paw"
  55. category: diagnostic
  56. dps:
  57. - id: 4
  58. type: string
  59. name: sensor
  60. optional: true
  61. mapping:
  62. - dps_val: feeding
  63. value: true
  64. - value: false
  65. - id: 4
  66. type: string
  67. optional: true
  68. name: raw