diff --git a/custom_components/isy994/sensor.py b/custom_components/isy994/sensor.py index a9204a9..74cbe02 100644 --- a/custom_components/isy994/sensor.py +++ b/custom_components/isy994/sensor.py @@ -162,7 +162,7 @@ def get_native_uom( native_unit_of_measurement=native_uom, options=list(options_dict.values()) if options_dict else None, state_class=ISY_CONTROL_TO_STATE_CLASS.get(control), - suggested_display_precision=precision, + #suggested_display_precision=precision, # TODO: uncomment after 2023.3.0 release entity_category=ISY_CONTROL_TO_ENTITY_CATEGORY.get(control), entity_registry_enabled_default=enabled_default, )