| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- name: Pet feeder
- products:
- - id: 8vwr6rfoaaxncjwj
- name: Petoneer Nutri Mini
- - id: pxwlmmdodfppms3a
- name: GiotoHun Pet feeder
- primary_entity:
- entity: button
- name: Quick Feed
- icon: "mdi:food-drumstick"
- dps:
- - id: 2
- type: boolean
- name: button
- optional: true
- - id: 1
- name: meal_plan
- type: string
- optional: true
- secondary_entities:
- - entity: sensor
- icon: "mdi:paw"
- name: Feed report
- category: diagnostic
- dps:
- - id: 15
- name: sensor
- type: integer
- - entity: button
- class: restart
- name: Factory reset
- category: config
- dps:
- - id: 9
- type: boolean
- name: button
- optional: true
- - entity: number
- icon: "mdi:paw"
- name: Manual feed
- category: config
- dps:
- - id: 3
- name: value
- type: integer
- range:
- min: 1
- max: 12
- - entity: binary_sensor
- name: Food shortage
- class: problem
- category: diagnostic
- dps:
- - id: 14
- type: bitfield
- name: sensor
- optional: true
- mapping:
- - dps_val: 2
- value: true
- - value: false
- - entity: binary_sensor
- name: Food blockage
- class: problem
- category: diagnostic
- dps:
- - id: 14
- type: bitfield
- name: sensor
- optional: true
- mapping:
- - dps_val: 4
- value: true
- - value: false
- - 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: null
- value: null
- - value: false
|