From 112bacb3cd7e645d1d268bda9dacf39cc1784f08 Mon Sep 17 00:00:00 2001 From: Senbei123 <52634196+Senbei123@users.noreply.github.com> Date: Tue, 21 May 2024 09:41:09 +0200 Subject: [PATCH] Update modbus.markdown (#32866) --- source/_integrations/modbus.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 329eee69ef3..06941962629 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -1386,6 +1386,10 @@ sensors: description: "Suppress values close to zero. If -zero_suppress <= value <= +zero_suppress --> 0. Can be float or integer" required: false type: float + unique_id: + description: ID that uniquely identifies the entity. If two sensors have the same unique ID, Home Assistant will raise an exception. + required: false + type: string {% endconfiguration %}