Skip to content

Commit

Permalink
add ACME SH3305
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder authored and make-all committed Jul 29, 2023
1 parent 3fabdc8 commit 430002f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions custom_components/tuya_local/devices/powerstrip_6outlet_usbs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: 6 outlet + 4 USB power strip
products:
- id: 2fcngzxvsivfzhzj
name: ACME SH3305
primary_entity:
entity: switch
name: Switch 1
class: outlet
dps:
- id: 1
type: boolean
name: switch
- id: 101
type: integer
name: countdown
secondary_entities:
- entity: switch
name: Switch 2
class: outlet
dps:
- id: 2
type: boolean
name: switch
- id: 102
type: integer
name: countdown_2
- entity: switch
name: USB
class: switch
icon: "mdi:usb"
dps:
- id: 7
type: boolean
name: switch
- id: 105
type: integer
name: countdown_usb

0 comments on commit 430002f

Please sign in to comment.