| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- name: Catit Pixi Smart 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
- optional: false
- - 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
- optional: false
|