| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- name: Pet feeder
- products:
- - id: iwabnqimdhmzxzvp
- name: PUPPY KITTY Automatic Cat & Dog Feeder
- primary_entity:
- entity: switch
- name: Enable feeder
- icon: "mdi:food-drumstick"
- dps:
- - id: 25
- type: boolean
- name: switch
- - id: 1
- name: meal_plan
- type: string
- optional: true
- secondary_entities:
- - entity: sensor
- icon: "mdi:paw"
- name: Feed report
- category: diagnostic
- dps:
- - id: 14
- name: sensor
- type: integer
- optional: true
- - entity: button
- class: restart
- name: Factory reset
- category: config
- dps:
- - id: 24
- type: boolean
- name: button
- optional: true
- - entity: number
- icon: "mdi:paw"
- name: Manual feed
- category: config
- dps:
- - id: 3
- name: value
- type: integer
- optional: true
- range:
- min: 1
- max: 20
- - entity: binary_sensor
- name: Feeding
- class: running
- icon: "mdi:paw"
- category: diagnostic
- dps:
- - id: 4
- type: string
- name: sensor
- optional: true
- mapping:
- - dps_val: feeding
- value: true
- - dps_val: standby
- value: false
- - dps_val: done
- value: false
- - dps_val: null
- value: null
- - value: false
|