Skip to content

Commit

Permalink
Added description to override uiid
Browse files Browse the repository at this point in the history
  • Loading branch information
JavonneM committed Jun 25, 2023
1 parent 8c8ba2e commit 4fc52b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,16 @@ sonoff:
1000xxxxxx:
device_class: shutter
```
You can set the `uiid` when running in DIY mode to enable the device features.
You can view the list of `uiid`'s and the associated device in `device.py:131`

```yaml
sonoff:
devices:
1000xxxxxx:
extra:
uiid: 136 # Sonoff B05-BL
```

### Custom devices

Expand Down

0 comments on commit 4fc52b0

Please sign in to comment.