Skip to content

Commit

Permalink
V330L: merge with new config, as the devices are identical
Browse files Browse the repository at this point in the history
Only differences in config were product id and name, and original used
camera entity, while new one used switch after review feedback because
the device is returning a filename in json not the image
data. Original report make-all#2027 seems to say that one does too.

PR make-all#2105
  • Loading branch information
make-all authored and timlaing committed Aug 8, 2024
1 parent ffc61fa commit 77c1d32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 169 deletions.
167 changes: 0 additions & 167 deletions custom_components/tuya_local/devices/v330l_DU4L_petfeeder.yaml

This file was deleted.

9 changes: 7 additions & 2 deletions custom_components/tuya_local/devices/v330l_petfeeder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Pet feeder
products:
- id: ibnk6keua0zzc2gr
name: V330 Petfeeder
- id: cjrm04np59ut4pwb
name: V330L-DU4L-VS Petfeeder
# Needs to be added using the 3.2 protocol
primary_entity:
entity: number
Expand Down Expand Up @@ -149,12 +151,15 @@ secondary_entities:
- dps_val: 4
value: true
- value: false
- entity: camera
- entity: switch
name: Record
icon: "mdi:record-rec"
category: config
dps:
- id: 113
type: boolean
optional: true
name: record
name: switch
mapping:
- dps_val: null
value: false
Expand Down

0 comments on commit 77c1d32

Please sign in to comment.