Skip to content

Commit

Permalink
Moes RFIR remote: merge into identical S11 RFIR remote
Browse files Browse the repository at this point in the history
S11 was previously able to be added when set to scene 1.
Moes was added after product id matching was available to match the no
dps case.

By making all dps optional, both these remotes can match the same
config without the setting to scene 1 workaround.
  • Loading branch information
make-all committed Dec 22, 2024
1 parent 4465cdc commit 8eabb5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
33 changes: 0 additions & 33 deletions custom_components/tuya_local/devices/moes_rfir_remote.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions custom_components/tuya_local/devices/s11_rfir_remote.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Remote control
legacy_type: moes_rfir_remote
products:
- id: nwpvjlq7qacvnqf3
name: S11+ (IR+RF Pro)
- id: wbaloeb3kiwwhads
name: Moes RF/IR remote
- id: 0gawnyfgyneswent
name: IR Controller Pro
primary_entity:
entity: remote
dps:
Expand All @@ -17,6 +22,7 @@ primary_entity:
- id: 1
type: string
name: scene_1
optional: true
- id: 2
type: string
optional: true
Expand Down

0 comments on commit 8eabb5a

Please sign in to comment.