Document slave sensors. (#21842)

This commit is contained in:
jan iversen 2022-03-01 20:27:49 +01:00 committed by GitHub
parent 09ef007ced
commit 55f94cfd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -919,6 +919,10 @@ sensors:
description: An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception.
required: false
type: string
slave_count:
description: Generates x-1 slave sensors, allowing read of multiple registers with a single read messsage.
required: false
type: integer
{% endconfiguration %}
<div class='note'>