Update modbus.markdown (#32866)

This commit is contained in:
Senbei123 2024-05-21 09:41:09 +02:00 committed by GitHub
parent a9d73a64fc
commit 112bacb3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1386,6 +1386,10 @@ sensors:
description: "Suppress values close to zero. If -zero_suppress <= value <= +zero_suppress --> 0. Can be float or integer" description: "Suppress values close to zero. If -zero_suppress <= value <= +zero_suppress --> 0. Can be float or integer"
required: false required: false
type: float 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 %} {% endconfiguration %}
<div class='note'> <div class='note'>