mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add precision parameter to dsmr sensor (#8106)
This commit is contained in:
parent
5cbfb041bb
commit
d6d49ec626
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user