Skip to content

Commit

Permalink
Increase digital inputs' suggested display precision
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Jul 5, 2023
1 parent 820ea59 commit 6a2f4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/proconip_pool_controller/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NAME = "ProCon.IP Pool Controller"
DOMAIN = "proconip_pool_controller"
VERSION = "1.0.1-beta.5"
VERSION = "1.0.2"
ATTRIBUTION = (
"Data provided by your Pool Digital ProCon.IP (https://www.pooldigital.de)"
)
2 changes: 1 addition & 1 deletion custom_components/proconip_pool_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"proconip==1.2.7"
],
"version": "1.0.1-beta.5"
"version": "1.0.2"
}
2 changes: 1 addition & 1 deletion custom_components/proconip_pool_controller/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ProconipDigitalInputSensor(ProconipPoolControllerEntity, SensorEntity):

_attr_icon = "mdi:import"
_attr_state_class = "measurement"
_attr_suggested_display_precision = 0
_attr_suggested_display_precision = 2

def __init__(
self,
Expand Down

0 comments on commit 6a2f4ea

Please sign in to comment.