Add precision parameter to dsmr sensor (#8106)

This commit is contained in:
Sander Zumbrink 2019-01-31 16:48:30 +01:00 committed by Martin Hjelmare
parent 5cbfb041bb
commit d6d49ec626

View File

@ -64,6 +64,11 @@ sensor:
description: "Version of DSMR used by meter. Choices: 2.2, 4, 5. Defaults to 2.2."
required: false
type: string
precision:
description: Defines the precision of the calculated values, through the argument of round().
required: false
type: integer
default: 3
{% endconfiguration %}
Full configuration examples can be found below: