| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- name: Pet feeder
- products:
- - id: iwabnqimdhmzxzvp
- manufacturer: Puppy Kitty
- name: "Automatic cat & dog feeder"
- entities:
- - entity: switch
- name: Enable feeder
- icon: "mdi:food-drumstick"
- dps:
- - id: 25
- type: boolean
- name: switch
- - entity: text
- translation_key: meal_plan
- category: config
- hidden: true
- dps:
- - id: 1
- type: base64
- name: value
- optional: true
- - entity: sensor
- icon: "mdi:paw"
- name: Feed report
- category: diagnostic
- dps:
- - id: 14
- name: sensor
- type: integer
- optional: true
- - entity: button
- translation_key: factory_reset
- category: config
- hidden: true
- dps:
- - id: 24
- type: boolean
- name: button
- optional: true
- - entity: number
- translation_key: manual_feed
- 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
- - value: false
- - id: 4
- type: string
- optional: true
- name: raw
|