From 4fc52b028e73aabf5faa64e50c7932f9e6d8b1eb Mon Sep 17 00:00:00 2001 From: Javonne Martin Date: Sun, 25 Jun 2023 23:35:59 +0200 Subject: [PATCH] Added description to override uiid --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dff5e0ad..c4dfe042 100644 --- a/README.md +++ b/README.md @@ -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