| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- name: Pet feeder
- products:
- - id: aehfntztbgk0nf8e
- name: BNETA F1-D
- primary_entity:
- entity: light
- translation_key: indicator
- category: config
- dps:
- - id: 101
- type: boolean
- name: switch
- secondary_entities:
- - entity: switch
- name: Flip image
- icon: "mdi:flip-horizontal"
- category: config
- dps:
- - id: 103
- type: boolean
- optional: true
- name: switch
- mapping:
- - dps_val: null
- value: false
- hidden: true
- - entity: switch
- name: Timestamp
- icon: "mdi:clock-time-eight"
- category: config
- dps:
- - id: 104
- type: boolean
- optional: true
- name: switch
- - entity: select
- name: Motion sensitivity
- icon: "mdi:motion-sensor"
- category: config
- dps:
- - id: 106
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "0"
- value: low
- - dps_val: "1"
- value: medium
- - dps_val: "2"
- value: high
- - entity: switch
- name: Nightvision
- icon: "mdi:weather-night"
- category: config
- dps:
- - id: 108
- type: boolean
- optional: true
- name: switch
- - entity: switch
- icon: "mdi:motion-sensor"
- name: Motion record
- category: config
- dps:
- - id: 113
- type: boolean
- optional: true
- name: switch
- - entity: event
- class: motion
- dps:
- - id: 115
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: null
- value: null
- - value: detected
- - id: 115
- type: string
- optional: true
- name: snapshot
- - entity: switch
- name: Motion detection
- icon: "mdi:motion-sensor"
- category: config
- dps:
- - id: 134
- type: boolean
- optional: true
- name: switch
- mapping:
- - dps_val: null
- value: false
- hidden: true
- - entity: number
- name: Manual feed
- category: config
- icon: "mdi:paw"
- dps:
- - id: 201
- type: integer
- optional: true
- name: value
- unit: portions
- range:
- min: 0
- max: 20
- # Following are not well enough documented to do anything useful
- - id: 203
- type: integer
- optional: true
- name: control
- - id: 204
- type: integer
- optional: true
- name: realtime_data
- - id: 205
- type: integer
- optional: true
- name: remote_dispensing
- - id: 206
- type: integer
- optional: true
- name: history_data
- - id: 207
- type: string
- optional: true
- name: schedule
- - id: 208
- type: string
- optional: true
- name: feed_voice_record
- - entity: sensor
- name: Portion size
- class: weight
- category: diagnostic
- dps:
- - id: 202
- type: integer
- optional: true
- name: sensor
- unit: g
- class: measurement
- mapping:
- - scale: 10
|